Searched refs:activefds (Results 1 – 3 of 3) sorted by relevance
201 static fd_set activefds; variable378 FD_SET(fd, &activefds); in maintain_activefds()381 FD_CLR(fd, &activefds); in maintain_activefds()384 if (FD_ISSET(i, &activefds)) { in maintain_activefds()2031 FD_ZERO(&activefds); in create_sockets()3681 rdfdes = activefds;3700 rdfdes = activefds;3748 fds = activefds;3753 fds = activefds;3792 if (FD_ISSET(j, &activefds)) {[all …]
2043 u_int socknum, activefds = npfd; in after_poll() local2067 "skipping accept", activefds, maxfds); in after_poll()2071 activefds++; in after_poll()2080 if (activefds == 0) in after_poll()2083 activefds--; in after_poll()
3520 * include/ntpd.h: #include "ntp_select.h" for declaration of activefds