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

/freebsd-10.1-release/lib/libc/resolv/
H A Dres_send.c647 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) {
651 if (_getpeername(statp->_vcsock,
659 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) {
660 if (statp->_vcsock >= 0)
663 statp->_vcsock = _socket(nsap->sa_family, SOCK_STREAM |
666 if (statp->_vcsock > highestFD) {
671 if (statp->_vcsock < 0) {
694 (void)_setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
698 if (_connect(statp->_vcsock, nsap, nsaplen) < 0) {
715 if (_writev(statp->_vcsock, io
[all...]
H A Dres_init.c228 statp->_vcsock = -1;
789 if (statp->_vcsock >= 0) {
790 (void) _close(statp->_vcsock);
791 statp->_vcsock = -1;
/freebsd-10.1-release/include/
H A Dresolv.h177 int _vcsock; /*%< PRIVATE: for res_send VC i/o */ member in struct:__res_state

Completed in 56 milliseconds