Home
last modified time | relevance | path

Searched refs:INP2_CONNECT_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Dudp_usrreq.c2240 (inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS) && in udp_bind()
2318 ASSERT(!(inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS)); in udp_connectx_common()
2319 inp->inp_flags2 |= INP2_CONNECT_IN_PROGRESS; in udp_connectx_common()
2389 inp->inp_flags2 &= ~INP2_CONNECT_IN_PROGRESS; in udp_connectx_common()
H A Dtcp_usrreq.c302 if ((inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS) && in tcp_usr_bind()
553 ASSERT(!(inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS)); in tcp_usr_connectx_common()
554 inp->inp_flags2 |= INP2_CONNECT_IN_PROGRESS; in tcp_usr_connectx_common()
631 inp->inp_flags2 &= ~INP2_CONNECT_IN_PROGRESS; in tcp_usr_connectx_common()
H A Din_pcb.h730 #define INP2_CONNECT_IN_PROGRESS 0x00000100 /* A connect call is in progress, so binds are i… macro