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) {
767 if (getpeername(statp->_vcsock,
770 getsockopt(statp->_vcsock, SOL_SOCKET, SO_MARK, &old_mark, &mark_size) < 0 ||
777 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) {
778 if (statp->_vcsock >= 0)
781 statp->_vcsock = socket(nsap->sa_family, SOCK_STREAM, 0);
782 if (statp->_vcsock > highestFD) {
786 if (statp->_vcsock < 0) {
802 if (setsockopt(statp->_vcsock, SOL_SOCKET,
810 if (random_bind(statp->_vcsock,nsap->sa_family) < 0)
    [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 179 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 56 milliseconds