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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_pcb.c186 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); local
231 reuseport = SO_REUSEADDR|SO_REUSEPORT;
310 if (t && (reuseport & t->inp_socket->so_options) == 0) {
323 (reuseport & t->inp_socket->so_options)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c356 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); local
395 reuseport = SO_REUSEADDR|SO_REUSEPORT;
459 (reuseport & t->inp_socket->so_options) == 0) {

Completed in 30 milliseconds