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

  /bionic/libc/netbsd/resolv/
res_send.c 762 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) {
766 if (getpeername(statp->_vcsock,
774 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) {
775 if (statp->_vcsock >= 0)
778 statp->_vcsock = socket(nsap->sa_family, SOCK_STREAM, 0);
779 if (statp->_vcsock > highestFD) {
783 if (statp->_vcsock < 0) {
799 if (random_bind(statp->_vcsock,nsap->sa_family) < 0) {
806 if (connect_with_timeout(statp->_vcsock, nsap, (socklen_t)nsaplen,
824 if (writev(statp->_vcsock, iov, 2) != (INT16SZ + buflen))
    [all...]
res_init.c 220 statp->_vcsock = -1;
660 if (statp->_vcsock >= 0) {
661 (void) close(statp->_vcsock);
662 statp->_vcsock = -1;
  /bionic/libc/private/
resolv_private.h 176 int _vcsock; /* PRIVATE: for res_send VC i/o */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 129 int _vcsock; /* PRIVATE: for res_send VC i/o */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 129 int _vcsock; /* PRIVATE: for res_send VC i/o */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 129 int _vcsock; /* PRIVATE: for res_send VC i/o */ member in struct:__res_state

Completed in 36 milliseconds