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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dmain.c93 int sock_max; variable
513 ibitsp = (fd_set *)calloc(howmany(sock_max, NFDBITS),
517 memcpy(ibitsp, fdbitsp, howmany(sock_max, NFDBITS) *
519 n = select(sock_max, ibitsp, 0, 0, &wtime);
576 sock_max = 0;
578 if (sock_max <= rt_sock)
579 sock_max = rt_sock + 1;
581 if (sock_max <= rip_sock)
582 sock_max = rip_sock + 1;
585 if (sock_max <
[all...]
H A Ddefs.h470 extern int sock_max;

Completed in 112 milliseconds