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

/freebsd-10.0-release/sbin/routed/
H A Dmain.c89 static int sock_max; variable
515 n = select(sock_max, &ibits, 0, 0, &wtime);
576 sock_max = 0;
579 if (sock_max <= rt_sock)
580 sock_max = rt_sock+1;
583 if (sock_max <= rip_sock)
584 sock_max = rip_sock+1;
589 if (sock_max <= ifp->int_rip_sock)
590 sock_max = ifp->int_rip_sock+1;
595 if (sock_max <
[all...]

Completed in 86 milliseconds