Searched refs:FD_ISSET (Results 26 - 50 of 165) sorted by relevance

1234567

/freebsd-12-stable/contrib/libevent/
H A Dselect.c196 if (FD_ISSET(i, sop->event_readset_out))
198 if (FD_ISSET(i, sop->event_writeset_out))
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dselpolltest.c236 if (FD_ISSET(selectable_fd, &setread))
240 if (FD_ISSET(selectable_fd, &setexcept))
/freebsd-12-stable/contrib/amd/amd/
H A Dnfs_start.c172 if (FD_ISSET(fwd_sock, &readfds))
270 if (FD_ISSET(fwd_sock, &readfds)) {
/freebsd-12-stable/lib/libc/isc/
H A Deventlib_p.h213 #undef FD_ISSET macro
214 #define FD_ISSET(fd, maskp) \ macro
/freebsd-12-stable/tests/sys/netgraph/
H A Dutil.c215 if (FD_ISSET(cs, &fds))
217 if (FD_ISSET(ds, &fds))
/freebsd-12-stable/tools/regression/sockets/zerosend/
H A Dzerosend.c175 if (FD_ISSET(sock2, &exceptfds))
177 if (!FD_ISSET(sock2, &writefds))
/freebsd-12-stable/sbin/nos-tun/
H A Dnos-tun.c370 if(FD_ISSET(net,&rfds)) {
382 if(FD_ISSET(tun,&rfds)) {
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Devent.c162 if (FD_ISSET(ev->fd, &r) || FD_ISSET(ev->fd, &w)) {
/freebsd-12-stable/usr.sbin/nghook/
H A Dmain.c201 if (FD_ISSET(dsock, &rfds)) {
232 if (FD_ISSET(infd, &rfds)) {
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c824 if (FD_ISSET(net, &xbits)) {
833 if (FD_ISSET(net, &ibits)) {
946 if (FD_ISSET(tin, &ibits)) {
971 if (FD_ISSET(net, &obits)) {
975 if (FD_ISSET(tout, &obits)) {
/freebsd-12-stable/contrib/telnet/telnet/
H A Dsys_bsd.c914 if (FD_ISSET(net, xbitsp)) {
923 if (FD_ISSET(net, ibitsp)) {
1036 if (FD_ISSET(tin, ibitsp)) {
1061 if (FD_ISSET(net, obitsp)) {
1065 if (FD_ISSET(tout, obitsp)) {
/freebsd-12-stable/contrib/telnet/telnetd/
H A Dtelnetd.c998 if (FD_ISSET(net, &xbits)) {
1005 if (FD_ISSET(net, &ibits)) {
1079 if (FD_ISSET(p, &ibits)) {
1159 if (FD_ISSET(f, &obits) && (nfrontp - nbackp) > 0)
1163 if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
H A Ddefs.h126 #define FD_ISSET(n, p) ((p)->fds_bits[0] & (1<<(n))) macro
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c412 if (FD_ISSET(ev->data.fev.fd, &set)) {
490 && FD_ISSET(fd, &set))
493 && FD_ISSET(sp->_ifd, &set))
/freebsd-12-stable/usr.sbin/ppp/
H A Dexec.c130 if (w && FD_ISSET(dev->fd_out, w)) {
135 if (e && FD_ISSET(dev->fd_out, e)) {
236 int result = dev->fd_out >= 0 && FD_ISSET(dev->fd_out, fdset);
/freebsd-12-stable/bin/date/
H A Dnetdate.c151 if (found > 0 && FD_ISSET(s, &ready)) {
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dmini_inetd.c148 if (FD_ISSET (fds[i], &read_set)) {
/freebsd-12-stable/crypto/openssh/
H A Dserverloop.c157 if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset))
293 } else if (FD_ISSET(connection_in, *readsetp)) {
316 if (FD_ISSET(connection_in, readset)) {
346 if (FD_ISSET(connection_out, writeset))
/freebsd-12-stable/sbin/routed/
H A Dmain.c523 if (FD_ISSET(rt_sock, &ibits)) {
527 if (rdisc_sock >= 0 && FD_ISSET(rdisc_sock, &ibits)) {
531 if (rip_sock >= 0 && FD_ISSET(rip_sock, &ibits)) {
540 && FD_ISSET(ifp->int_rip_sock, &ibits)) {
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c176 assert(FD_ISSET(s, &rfd));
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dserver.c272 if (!FD_ISSET(fd, &fdset))
311 assert(!FD_ISSET(cfd, &srv->fdset));
416 assert(FD_ISSET(fd, &srv->fdset));
569 assert(FD_ISSET(fd, &srv->fdset));
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c111 if (FD_ISSET(i, &svc_fdset))
/freebsd-12-stable/contrib/opie/
H A Dopieauto.c342 if (!FD_ISSET(s[i], &rfds))
359 if (FD_ISSET(parents, &rfds)) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote-st.c714 if (FD_ISSET (0, &readfds))
741 if (FD_ISSET (deprecated_serial_fd (st2000_desc), &readfds))
/freebsd-12-stable/sys/teken/demo/
H A Dteken_demo.c338 if (FD_ISSET(STDIN_FILENO, &rfds)) {
345 if (FD_ISSET(ptfd, &rfds)) {

Completed in 379 milliseconds

1234567