OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reuseport
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/net/inpcb/
inpcb_bind.c
34
runtest(int *sockp, struct addrinfo *ai, int reuseaddr, int
reuseport
,
55
if (
reuseport
) {
96
reuseaddr ? "REUSEADDR" : "",
reuseport
? "
REUSEPORT
" : "");
101
reuseaddr ? "REUSEADDR" : "",
reuseport
? "
REUSEPORT
" : "",
/src/sys/netinet/
in_pcb.c
371
int
reuseport
= (so->so_options & SO_REUSEPORT);
local
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
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 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026