Searched refs:SO_REUSEPORT (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c189 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT);
199 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) == 0)
234 * Treat SO_REUSEADDR as SO_REUSEPORT for multicast;
236 * SO_REUSEPORT is set, or if SO_REUSEADDR is set
241 reuseport = SO_REUSEADDR|SO_REUSEPORT;
299 SO_REUSEPORT) == 0) &&
315 if (t && (t->inp_socket->so_options & SO_REUSEPORT) == 0 &&
H A Dudp6_usrreq.c386 (SO_REUSEPORT | SO_REUSEADDR);
419 * not have either the SO_REUSEPORT or SO_REUSEADDR
H A Din6_src.c1209 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) == 0)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c432 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT);
440 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) == 0)
467 * Treat SO_REUSEADDR as SO_REUSEPORT for multicast;
469 * SO_REUSEPORT is set, or if SO_REUSEADDR is set
474 reuseport = SO_REUSEADDR|SO_REUSEPORT;
514 SO_REUSEPORT) == 0) &&
H A Dudp_usrreq.c503 reuse_sock = inp->inp_socket->so_options& (SO_REUSEPORT|SO_REUSEADDR);
539 * not have either the SO_REUSEPORT or SO_REUSEADDR
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h190 #define SO_REUSEPORT 0x0200 /* allow local address & port reuse */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3041 case SO_REUSEPORT:
3498 case SO_REUSEPORT:

Completed in 106 milliseconds