HomeSort by: relevance | last modified time | path
    Searched defs:sock_max (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/routed/
main.c 90 int sock_max; variable in typeref:typename:int
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...]

Completed in 12 milliseconds