OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reuseport
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
in_pcb.c
371
int
reuseport
= (so->so_options & SO_REUSEPORT);
local in function:inpcb_bind_port
383
reuseport
= SO_REUSEADDR|SO_REUSEPORT;
417
if (t6 && (
reuseport
& t6->inp_socket->so_options) == 0)
420
if (!!
reuseport
!= !!vestige.reuse_port) {
451
if (t && (
reuseport
& t->inp_socket->so_options) == 0)
455
&& !(
reuseport
&& vestige.reuse_port))
in_pcb.c
371
int
reuseport
= (so->so_options & SO_REUSEPORT);
local in function:inpcb_bind_port
383
reuseport
= SO_REUSEADDR|SO_REUSEPORT;
417
if (t6 && (
reuseport
& t6->inp_socket->so_options) == 0)
420
if (!!
reuseport
!= !!vestige.reuse_port) {
451
if (t && (
reuseport
& t->inp_socket->so_options) == 0)
455
&& !(
reuseport
&& vestige.reuse_port))
/src/sys/netinet6/
in6_pcb.c
237
int wild = 0,
reuseport
= (so->so_options & SO_REUSEPORT);
local in function:in6pcb_bind_port
270
reuseport
= SO_REUSEADDR|SO_REUSEPORT;
282
if (t && (
reuseport
& t->inp_socket->so_options) == 0)
286
&& !(
reuseport
&& vestige.reuse_port))
299
if (t && (
reuseport
& t->inp_socket->so_options) == 0)
303
&& !(
reuseport
&& vestige.reuse_port))
in6_pcb.c
237
int wild = 0,
reuseport
= (so->so_options & SO_REUSEPORT);
local in function:in6pcb_bind_port
270
reuseport
= SO_REUSEADDR|SO_REUSEPORT;
282
if (t && (
reuseport
& t->inp_socket->so_options) == 0)
286
&& !(
reuseport
&& vestige.reuse_port))
299
if (t && (
reuseport
& t->inp_socket->so_options) == 0)
303
&& !(
reuseport
&& vestige.reuse_port))
Completed in 24 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025