Searched refs:_vcsock (Results 1 – 3 of 3) sorted by relevance
744 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) { in send_vc()748 if (getpeername(statp->_vcsock, in send_vc()756 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) { in send_vc()757 if (statp->_vcsock >= 0) in send_vc()760 statp->_vcsock = socket(nsap->sa_family, SOCK_STREAM, 0); in send_vc()761 if (statp->_vcsock > highestFD) { in send_vc()765 if (statp->_vcsock < 0) { in send_vc()781 if (random_bind(statp->_vcsock,nsap->sa_family) < 0) { in send_vc()788 if (connect_with_timeout(statp->_vcsock, nsap, (socklen_t)nsaplen, in send_vc()806 if (writev(statp->_vcsock, iov, 2) != (INT16SZ + buflen)) { in send_vc()[all …]
268 statp->_vcsock = -1; in __res_vinit()774 if (statp->_vcsock >= 0) { in res_nclose()775 (void) close(statp->_vcsock); in res_nclose()776 statp->_vcsock = -1; in res_nclose()
174 int _vcsock; /* PRIVATE: for res_send VC i/o */ member