OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sock_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/routed/
main.c
90
int
sock_max
;
variable
504
ibitsp = (fd_set *)calloc(howmany(
sock_max
, NFDBITS),
508
memcpy(ibitsp, fdbitsp, howmany(
sock_max
, NFDBITS) *
510
n = select(
sock_max
, ibitsp, 0, 0, &wtime);
567
sock_max
= 0;
569
if (
sock_max
<= rt_sock)
570
sock_max
= rt_sock + 1;
572
if (
sock_max
<= rip_sock)
573
sock_max
= rip_sock + 1;
576
if (
sock_max
<= ifp->int_rip_sock
[
all
...]
defs.h
454
extern int
sock_max
;
Completed in 16 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026