Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Din_pcb.c934 SOF_NOTIFYCONFLICT) && in in_pcbbind()
935 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
960 SOF_NOTIFYCONFLICT) && in in_pcbbind()
961 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h237 #define SOF_NOTIFYCONFLICT 0x00000400 /* notify that a bind was done on a macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c5295 so->so_flags |= SOF_NOTIFYCONFLICT; in sosetoptlock()
5297 so->so_flags &= ~SOF_NOTIFYCONFLICT; in sosetoptlock()
6162 optval = (so->so_flags & SOF_NOTIFYCONFLICT); in sogetoptlock()
H A Duipc_socket2.c392 SOF_NOTIFYCONFLICT | SOF_BINDRANDOMPORT | SOF_NPX_SETOPTSHUT | in sonewconn_internal()