Searched refs:read_fds (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c140 fd_set read_fds; local
151 FD_ZERO(&read_fds);
152 FD_SET(h->fd, &read_fds);
153 ret = select(h->fd+1, &read_fds, NULL, NULL, &tv);
162 if (!FD_ISSET(h->fd, &read_fds)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libipq/
H A Dlibipq.c138 fd_set read_fds; local
149 FD_ZERO(&read_fds);
150 FD_SET(h->fd, &read_fds);
151 ret = select(h->fd+1, &read_fds, NULL, NULL, &tv);
160 if (!FD_ISSET(h->fd, &read_fds)) {

Completed in 46 milliseconds