Home
last modified time | relevance | path

Searched refs:activefds (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c201 static fd_set activefds; variable
378 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 …]
/freebsd/crypto/openssh/
H A Dssh-agent.c2059 u_int socknum, activefds = npfd; in after_poll() local
2083 "skipping accept", activefds, maxfds); in after_poll()
2087 activefds++; in after_poll()
2096 if (activefds == 0) in after_poll()
2099 activefds--; in after_poll()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.03520 * include/ntpd.h: #include "ntp_select.h" for declaration of activefds