Searched refs:RES_F_VC (Results 1 – 2 of 2) sorted by relevance
80 #define RES_F_VC 0x00000001 // socket is TCP macro124 flags &= ~RES_F_VC; in closeSockets()
735 if (statp->tcp_nssock >= 0 && (statp->flags & RES_F_VC) != 0) { in send_vc()748 if (statp->tcp_nssock < 0 || (statp->flags & RES_F_VC) == 0) { in send_vc()798 statp->flags |= RES_F_VC; in send_vc()