OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reuseport
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/unbound/dist/daemon/
daemon.h
94
/**
reuseport
is enabled if true */
95
int
reuseport
;
member in struct:daemon
/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))
/src/external/bsd/nsd/dist/
nsd.h
291
int
reuseport
;
member in struct:nsd
options.h
128
int
reuseport
;
member in struct:nsd_options
server.c
1312
if(nsd->
reuseport
&& reuseport_works && *reuseport_works)
1386
if(nsd->
reuseport
&& reuseport_works && *reuseport_works)
1434
* Initialize the server,
reuseport
, create and bind the sockets.
1440
int
reuseport
= 1; /* Determine if
REUSEPORT
works. */
local
1444
if(open_udp_socket(nsd, &nsd->udp[i], &
reuseport
) == -1 ||
1445
open_tcp_socket(nsd, &nsd->tcp[i], &
reuseport
) == -1)
1451
if(nsd->
reuseport
&&
reuseport
) {
1452
size_t ifs = nsd->ifs * nsd->
reuseport
;
[
all
...]
Completed in 44 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026