Searched refs:FD_SET (Results 51 - 75 of 148) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c869 if (read_tty) FD_SET(fileno(stdin),&readfds);
870 if (write_tty) FD_SET(fileno(stdout),&writefds);
873 FD_SET(SSL_get_fd(con),&readfds);
875 FD_SET(SSL_get_fd(con),&writefds);
879 FD_SET(SSL_get_fd(con),&readfds);
881 FD_SET(SSL_get_fd(con),&writefds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c1097 FD_SET(pty_master, &writey);
1099 FD_SET(ifd, &ready);
1104 FD_SET(ofd, &writey);
1106 FD_SET(pty_master, &ready);
1144 FD_SET(pty_master, &writey);
1171 FD_SET(ofd, &writey);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c593 FD_SET(daemon->dhcpfd, &rset);
732 FD_SET(serverfdp->fd, set);
739 FD_SET(listener->fd, set);
742 FD_SET(listener->tcpfd, set);
922 FD_SET(daemon->dhcp_icmp_fd, &rset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dfcntl.c33 FD_SET(fd, fdt->close_on_exec);
124 FD_SET(fd, fdt->open_fds);
173 FD_SET(newfd, fdt->open_fds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dserver.c273 FD_SET(s,&listen_set);
316 FD_SET(s,&listen_set);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c461 FD_SET(fd, &rfds);
462 FD_SET(daemon_signal_fd(), &rfds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfilter.c631 FD_SET (fd[0], &readfds);
636 FD_SET (fd[1], &writefds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnpevents.c388 FD_SET(obj->s, writeset);
395 FD_SET(obj->s, readset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpevents.c431 FD_SET(obj->s, writeset);
436 FD_SET(obj->s, readset);
H A Dminidlna.c1119 FD_SET(sudp, &readset);
1125 FD_SET(shttpl, &readset);
1131 FD_SET(sbeacon, &readset);
1140 FD_SET(e->socket, &readset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpevents.c388 FD_SET(obj->s, writeset);
395 FD_SET(obj->s, readset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp_callmgr.c169 FD_SET (unix_sock, &read_set);
219 FD_SET(s, &call_set);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Ddhcpc.c444 if (fd >= 0) FD_SET(fd, &rfds);
445 FD_SET(signal_pipe[0], &rfds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_stream.c70 FD_SET( dsi->socket, &readfds);
82 FD_SET( dsi->socket, &writefds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c524 FD_SET(netfd, &ding1); /* global: the net is open */
761 FD_SET(0, &ding1); /* stdin *is* initially open */
H A Dtelnet.c610 FD_SET(0, &readfds);
611 FD_SET(G.netfd, &readfds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dsession.c108 FD_SET( atp_fileno( atp ), &fds );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dsend_to_kdc.c280 FD_SET(f, &readfds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/nbp/
H A Dnbp_lkup.c144 FD_SET( s, &fds );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dwarnless.c304 FD_SET(fd, fdset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib582.c194 FD_SET(sockets->sockets[i], fdset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Doss_audio.c262 FD_SET(s->fd, &fds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c269 FD_SET(fds[i], &rfds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dkmod.c156 FD_SET(0, fdt->open_fds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevd.c1173 FD_SET(signal_pipe[READ_END], &readfds);
1174 FD_SET(udevd_sock, &readfds);
1175 FD_SET(uevent_netlink_sock, &readfds);
1177 FD_SET(inotify_fd, &readfds);

Completed in 306 milliseconds

123456