Searched refs:_vcsock (Results 1 – 4 of 4) 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()
591 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) { in send_vc()595 if (__getpeername (statp->_vcsock, in send_vc()603 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) { in send_vc()604 if (statp->_vcsock >= 0) in send_vc()607 statp->_vcsock = __socket in send_vc()609 if (statp->_vcsock < 0) { in send_vc()616 if (__connect (statp->_vcsock, nsap, in send_vc()641 if (TEMP_FAILURE_RETRY (__writev (statp->_vcsock, iov, niov)) in send_vc()657 while ((n = TEMP_FAILURE_RETRY (read(statp->_vcsock, cp, in send_vc()742 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
Completed in 11 milliseconds