Home
last modified time | relevance | path

Searched refs:SOF_REUSESHAREUID (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dsocketvar.h237 #define SOF_REUSESHAREUID 0x00000040 /* Allows SO_REUSEADDR/SO_REUSEPORT macro
/xnu-12377.81.4/bsd/netinet6/
H A Din6_pcb.c408 !(t->inp_socket->so_flags & SOF_REUSESHAREUID) && in in6_pcbbind()
/xnu-12377.81.4/bsd/kern/
H A Duipc_socket.c5001 so->so_flags |= SOF_REUSESHAREUID; in sosetoptlock()
5003 so->so_flags &= ~SOF_REUSESHAREUID; in sosetoptlock()
5994 optval = (so->so_flags & SOF_REUSESHAREUID); in sogetoptlock()
H A Duipc_socket2.c394 (SOF_NOSIGPIPE | SOF_NOADDRAVAIL | SOF_REUSESHAREUID | in sonewconn_internal()
/xnu-12377.81.4/bsd/netinet/
H A Din_pcb.c1025 !(t->inp_socket->so_flags & SOF_REUSESHAREUID) && in in_pcbbind()