Searched refs:reuseport (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c189 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); local
241 reuseport = SO_REUSEADDR|SO_REUSEPORT;
331 if (t && (reuseport & t->inp_socket->so_options) == 0) {
344 (reuseport & t->inp_socket->so_options)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c432 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); local
474 reuseport = SO_REUSEADDR|SO_REUSEPORT;
541 (reuseport & t->inp_socket->so_options) == 0) {

Completed in 31 milliseconds