HomeSort by relevance Sort by last modified time
    Searched refs:nssocks (Results 1 - 7 of 7) sorted by null

  /bionic/libc/netbsd/resolv/
res_send.c 434 if (EXT(statp).nssocks[ns] == -1)
437 if (getpeername(EXT(statp).nssocks[ns],
460 EXT(statp).nssocks[ns] = -1;
484 fd = EXT(statp).nssocks[0];
491 EXT(statp).nssocks[ns] = EXT(statp).nssocks[ns + 1];
497 EXT(statp).nssocks[lastns] = fd;
1052 if (EXT(statp).nssocks[ns] == -1) {
1053 EXT(statp).nssocks[ns] = socket(nsap->sa_family, SOCK_DGRAM, 0);
1054 if (EXT(statp).nssocks[ns] > highestFD)
    [all...]
res_init.c 666 if (statp->_u._ext.nssocks[ns] != -1) {
667 (void) close(statp->_u._ext.nssocks[ns]);
668 statp->_u._ext.nssocks[ns] = -1;
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 341 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
342 fds[cnt++] = statp->_u._ext.nssocks[i];
  /bionic/libc/private/
resolv_private.h 185 int nssocks[MAXNS]; member in struct:__res_state::__anon656::__anon657
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 137 int nssocks[MAXNS]; member in struct:__res_state::__anon26773::__anon26774
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 137 int nssocks[MAXNS]; member in struct:__res_state::__anon28364::__anon28365
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 137 int nssocks[MAXNS]; member in struct:__res_state::__anon29878::__anon29879

Completed in 80 milliseconds