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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c86 static int sock_max; variable
588 n = select(sock_max, &ibits, 0, 0, &select_timeout);
654 sock_max = 0;
657 if (sock_max <= rt_sock)
658 sock_max = rt_sock+1;
661 if (sock_max <= rip_sock)
662 sock_max = rip_sock+1;
666 if (sock_max <= rdisc_sock)
667 sock_max = rdisc_sock+1;
669 if (sock_max <
[all...]

Completed in 58 milliseconds