Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c1032 SOF_NOTIFYCONFLICT) && in in_pcbbind()
1033 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
1059 SOF_NOTIFYCONFLICT) && in in_pcbbind()
1060 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h243 #define SOF_NOTIFYCONFLICT 0x00000400 /* notify that a bind was done on a macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5018 so->so_flags |= SOF_NOTIFYCONFLICT; in sosetoptlock()
5020 so->so_flags &= ~SOF_NOTIFYCONFLICT; in sosetoptlock()
5999 optval = (so->so_flags & SOF_NOTIFYCONFLICT); in sogetoptlock()
H A Duipc_socket2.c395 SOF_NOTIFYCONFLICT | SOF_BINDRANDOMPORT | SOF_NPX_SETOPTSHUT | in sonewconn_internal()