Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Din6_pcb.c191 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); in in6_pcbbind() local
261 reuseport = SO_REUSEADDR | SO_REUSEPORT; in in6_pcbbind()
442 (reuseport & t->inp_socket->so_options) == 0 && in in6_pcbbind()
460 if (t != NULL && (reuseport & in in6_pcbbind()
/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c829 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); in in_pcbbind() local
882 reuseport = SO_REUSEADDR | SO_REUSEPORT; in in_pcbbind()
1029 (reuseport & t->inp_socket->so_options) == 0 && in in_pcbbind()