Searched refs:RES_F_VC (Results 1 – 2 of 2) sorted by relevance
77 #define RES_F_VC 0x00000001 // socket is TCP macro91 _flags &= ~RES_F_VC; in closeSockets()
690 if (statp->tcp_nssock >= 0 && (statp->_flags & RES_F_VC) != 0) { in send_vc()703 if (statp->tcp_nssock < 0 || (statp->_flags & RES_F_VC) == 0) { in send_vc()752 statp->_flags |= RES_F_VC; in send_vc()