Searched refs:_vcsock (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/lib/libc/resolv/
H A Dres_send.c640 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) {
644 if (_getpeername(statp->_vcsock,
652 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) {
653 if (statp->_vcsock >= 0)
656 statp->_vcsock = _socket(nsap->sa_family, SOCK_STREAM |
659 if (statp->_vcsock > highestFD) {
664 if (statp->_vcsock < 0) {
687 (void)_setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
691 if (_connect(statp->_vcsock, nsap, nsaplen) < 0) {
708 if (_writev(statp->_vcsock, io
[all...]
H A Dres_init.c217 statp->_vcsock = -1;
797 if (statp->_vcsock >= 0) {
798 (void) _close(statp->_vcsock);
799 statp->_vcsock = -1;
/freebsd-current/include/
H A Dresolv.h178 int _vcsock; /*%< PRIVATE: for res_send VC i/o */ member in struct:__res_state

Completed in 169 milliseconds