Home
last modified time | relevance | path

Searched refs:SOF_NOTIFYCONFLICT (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.c1072 SOF_NOTIFYCONFLICT) && in in_pcbbind()
1073 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
1099 SOF_NOTIFYCONFLICT) && in in_pcbbind()
1100 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h252 #define SOF_NOTIFYCONFLICT 0x00000400 /* notify that a bind was done on a macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c5164 so->so_flags |= SOF_NOTIFYCONFLICT; in sosetoptlock()
5166 so->so_flags &= ~SOF_NOTIFYCONFLICT; in sosetoptlock()
6104 optval = (so->so_flags & SOF_NOTIFYCONFLICT); in sogetoptlock()
H A Duipc_socket2.c395 SOF_NOTIFYCONFLICT | SOF_BINDRANDOMPORT | SOF_NPX_SETOPTSHUT | in sonewconn_internal()