Searched refs:FD_ISSET (Results 126 - 150 of 165) sorted by relevance

1234567

/freebsd-12-stable/contrib/bmake/
H A Dmeta.c1725 if (outfd != -1 && FD_ISSET(outfd, &readfds)) do {
1740 if (metafd != -1 && FD_ISSET(metafd, &readfds)) {
H A Djob.c3168 if (FD_ISSET(fd[i].fd, &rfds))
3171 if (FD_ISSET(fd[i].fd, &wfds))
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_server.c2459 if (FD_ISSET(fileno_stdin(), &readfds))
2462 if (FD_ISSET(s, &readfds))
3087 if (i <= 0 || !FD_ISSET(s, &readfds)) {
/freebsd-12-stable/crypto/openssh/
H A Dclientloop.c624 if (FD_ISSET(connection_in, readset)) {
1386 if (FD_ISSET(connection_out, writeset))
H A Dsftp-server.c1673 if (FD_ISSET(in, rset)) {
1687 if (FD_ISSET(out, wset)) {
H A Dsshd.c1206 FD_ISSET(startup_pipes[i], fdset)) {
1218 if (!FD_ISSET(listen_socks[i], fdset))
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c82 if (FD_ISSET(drv->cmd_socket, &rfds)) {
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dconnect.c909 if(!rk_IS_BAD_SOCKET(d[i].s) && FD_ISSET(d[i].s, &fds)) {
/freebsd-12-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c720 if (FD_ISSET(sockets[i], &fdset)) {
/freebsd-12-stable/lib/libbluetooth/
H A Dhci.c170 assert(FD_ISSET(s, &rfd));
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_vc.c754 if (FD_ISSET(i, fds)) {
/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.c543 if (!FD_ISSET(s, &readfds)) {
/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c827 if (FD_ISSET(tcpsock, &ready)) {
/freebsd-12-stable/usr.sbin/ppp/
H A Dchap.c419 return chap && chap->child.fd != -1 && FD_ISSET(chap->child.fd, fdset);
H A Dbundle.c530 return FD_ISSET(bundle->dev.fd, fdset);
553 if (FD_ISSET(bundle->dev.fd, fdset)) {
H A Dmp.c1076 return s->fd >= 0 && FD_ISSET(s->fd, fdset);
H A Dradius.c740 return r && r->cx.fd != -1 && FD_ISSET(r->cx.fd, fdset);
/freebsd-12-stable/usr.sbin/rarpd/
H A Drarpd.c556 if (!FD_ISSET(fd, &listeners))
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2585 if (FD_ISSET(wifd, &rfd)) {
2602 if (FD_ISSET(tapfd, &rfd)) {
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c1104 if ((rodent.mremsfd >= 0) && FD_ISSET(rodent.mremsfd, &fds)) {
1108 if ((rodent.mremcfd >= 0) && FD_ISSET(rodent.mremcfd, &fds)) {
/freebsd-12-stable/contrib/wpa/src/utils/
H A Deloop.c599 if (FD_ISSET(table->table[i].sock, fds)) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1805 if (din && FD_ISSET (fileno (din), &mask)) {
/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1937 if(FD_ISSET(fd[i], &fds)) {
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c1993 if (FD_ISSET(fd, &rfds))
/freebsd-12-stable/lib/libradius/
H A Dradlib.c1262 if (!FD_ISSET(fd, &readfds)) {

Completed in 532 milliseconds

1234567