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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h238 #define SOF_REUSESHAREUID 0x40 /* Allows SO_REUSEADDR/SO_REUSEPORT for multiple so_uid */ macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c302 ((t->inp_socket->so_flags & SOF_REUSESHAREUID) == 0)) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3170 so->so_flags |= SOF_REUSESHAREUID;
3172 so->so_flags &= ~SOF_REUSESHAREUID;
3579 optval = (so->so_flags & SOF_REUSESHAREUID);
H A Duipc_socket2.c316 SOF_REUSESHAREUID |
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c517 ((t->inp_socket->so_flags & SOF_REUSESHAREUID) == 0) &&

Completed in 42 milliseconds