Searched refs:RES_F_VC (Results 1 – 2 of 2) sorted by relevance
79 #define RES_F_VC 0x00000001 // socket is TCP macro120 _flags &= ~RES_F_VC; in closeSockets()
687 if (statp->tcp_nssock >= 0 && (statp->_flags & RES_F_VC) != 0) { in send_vc()700 if (statp->tcp_nssock < 0 || (statp->_flags & RES_F_VC) == 0) { in send_vc()749 statp->_flags |= RES_F_VC; in send_vc()