Searched refs:max_fd (Results 1 - 25 of 126) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnpevents.h69 void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpevents.h42 void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);
H A Dtestasyncsendto.c71 int max_fd; local
77 max_fd = 0;
79 i = get_sendto_fds(&writefds, &max_fd, &now);
101 max_fd, (long)timeout.tv_sec, (long)timeout.tv_usec);
102 i = select(max_fd, NULL, &writefds, NULL, &timeout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnpevents.h69 void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpevents.h42 void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);
H A Dtestasyncsendto.c71 int max_fd; local
77 max_fd = 0;
79 i = get_sendto_fds(&writefds, &max_fd, &now);
101 max_fd, (long)timeout.tv_sec, (long)timeout.tv_usec);
102 i = select(max_fd, NULL, &writefds, NULL, &timeout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpevents.h69 void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpevents.h42 void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);
H A Dtestasyncsendto.c71 int max_fd; local
77 max_fd = 0;
79 i = get_sendto_fds(&writefds, &max_fd, &now);
101 max_fd, (long)timeout.tv_sec, (long)timeout.tv_usec);
102 i = select(max_fd, NULL, &writefds, NULL, &timeout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/pptp/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
184 if (unix_sock > max_fd) max_fd = unix_sock;
186 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
187 for (; max_fd > 0 ; max_fd--) {
188 if (FD_ISSET (max_fd, &read_set) ||
189 FD_ISSET (max_fd, &write_set))
193 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/pptp/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
184 if (unix_sock > max_fd) max_fd = unix_sock;
186 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
187 for (; max_fd > 0 ; max_fd--) {
188 if (FD_ISSET (max_fd, &read_set) ||
189 FD_ISSET (max_fd, &write_set))
193 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/pptp/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
184 if (unix_sock > max_fd) max_fd = unix_sock;
186 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
187 for (; max_fd > 0 ; max_fd--) {
188 if (FD_ISSET (max_fd, &read_set) ||
189 FD_ISSET (max_fd, &write_set))
193 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/pptp/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/pptp/
H A Dpptp_callmgr.c112 int max_fd = 0; local
177 max_fd = unix_sock;
186 if (unix_sock > max_fd) max_fd = unix_sock;
188 pptp_fd_set(conn, &read_set, &write_set, &max_fd);
189 for (; max_fd > 0 ; max_fd--) {
190 if (FD_ISSET (max_fd, &read_set) ||
191 FD_ISSET (max_fd, &write_set))
195 if ((rc = select(max_fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/libtest/
H A Dlib503.c92 int max_fd; local
129 max_fd = 0;
131 if (curl_multi_fdset(m, &rd, &wr, &exc, &max_fd) != CURLM_OK) {
137 if (select_test(max_fd+1, &rd, &wr, &exc, &interval) == -1) {
H A Dlib504.c49 int max_fd; local
143 max_fd = 0;
146 if (curl_multi_fdset(m, &rd, &wr, &exc, &max_fd) != CURLM_OK) {
151 rc = select_test(max_fd+1, &rd, &wr, &exc, &interval);
H A Dlib533.c88 int max_fd; local
146 max_fd = 0;
148 if (curl_multi_fdset(m, &rd, &wr, &exc, &max_fd) != CURLM_OK) {
154 if (select_test(max_fd+1, &rd, &wr, &exc, &interval) == -1) {
H A Dlib564.c87 int max_fd; local
124 max_fd = 0;
126 if (curl_multi_fdset(m, &rd, &wr, &exc, &max_fd) != CURLM_OK) {
132 if (select_test(max_fd+1, &rd, &wr, &exc, &interval) == -1) {

Completed in 234 milliseconds

123456