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()2029 FD_ZERO(&activefds); in create_sockets()3679 rdfdes = activefds;3698 rdfdes = activefds;3746 fds = activefds;3751 fds = activefds;3781 fdbits(maxactivefd, &activefds));[all …]
2059 u_int socknum, activefds = npfd; in after_poll() local2083 "skipping accept", activefds, maxfds); in after_poll()2087 activefds++; in after_poll()2096 if (activefds == 0) in after_poll()2099 activefds--; in after_poll()
3520 * include/ntpd.h: #include "ntp_select.h" for declaration of activefds