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

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_io.c182 int maxactivefd; variable
563 DPRINTF(3, ("io_open_sockets: maxactivefd %d\n", maxactivefd));
1792 maxactivefd = 0;
3312 n = select(maxactivefd + 1, &fds, (fd_set *)0, (fd_set *)0,
3326 maxactivefd + 1,
3327 fdbits(maxactivefd, &activefds));
3331 for (j = 0; j <= maxactivefd; j++)
3890 * maxactivefd. Zeroing maxactivefd disable
[all...]
H A Dntpd.c1045 extern int maxactivefd;
1070 nfound = select(maxactivefd+1, &rdfdes, (fd_set *)0,
1074 nfound = select(maxactivefd+1, &rdfdes, (fd_set *)0,
/macosx-10.9.5/ntp-88/include/
H A Dntpd.h340 extern int maxactivefd;
H A Dntpd.h.orig340 extern int maxactivefd;

Completed in 86 milliseconds