Searched refs:_vcsock (Results 1 – 5 of 5) sorted by relevance
96 if (statp->_vcsock >= 0) in __res_iclose()98 __close_nocancel_nostatus (statp->_vcsock); in __res_iclose()99 statp->_vcsock = -1; in __res_iclose()
596 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) { in send_vc()600 if (__getpeername (statp->_vcsock, in send_vc()608 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) { in send_vc()609 if (statp->_vcsock >= 0) in send_vc()612 statp->_vcsock = __socket in send_vc()614 if (statp->_vcsock < 0) { in send_vc()621 if (__connect (statp->_vcsock, nsap, in send_vc()646 if (TEMP_FAILURE_RETRY (__writev (statp->_vcsock, iov, niov)) in send_vc()662 while ((n = TEMP_FAILURE_RETRY (read(statp->_vcsock, cp, in send_vc()747 while (len != 0 && (n = read(statp->_vcsock, (char *)cp, (int)len)) > 0){ in send_vc()[all …]
470 resp->_vcsock = -1; in update_from_conf()
37 int _vcsock; /* PRIVATE: for res_send VC i/o */ member
11097 * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock