Searched refs:FD_SETSIZE (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_apps.h130 #ifndef FD_SETSIZE
131 #define FD_SETSIZE MAX_NOFILE macro
132 #endif /* FD_SETSIZE */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ds_apps.h129 #ifndef FD_SETSIZE
130 #define FD_SETSIZE MAX_NOFILE macro
131 #endif /* FD_SETSIZE */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c132 #ifndef FD_SETSIZE
133 # define FD_SETSIZE (8*sizeof(fd_set)) macro
235 if (FD_SETSIZE > 0 && fd >= FD_SETSIZE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib518.c37 #ifndef FD_SETSIZE
38 #error "this test requires FD_SETSIZE"
42 #define NUM_OPEN (FD_SETSIZE + 10)
149 fprintf(stderr, "test518 FD_SETSIZE: %d\n", FD_SETSIZE);
217 * when more than FD_SETSIZE file descriptors are open.
219 * open more than FD_SETSIZE file descriptors then test
388 * greater than FD_SETSIZE. In any case, macro VERIFY_SOCK
396 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
398 sprintf(strbuff, "select limit is FD_SETSIZE
[all...]
H A Dlib537.c40 !defined(FD_SETSIZE)
41 #error "this test requires FD_SETSIZE"
391 * greater than FD_SETSIZE. In any case, macro VERIFY_SOCK
399 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
401 sprintf(strbuff, "select limit is FD_SETSIZE %d", FD_SETSIZE);
409 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
415 sprintf(strbuff, "select limit is FD_SETSIZE %d", FD_SETSIZE);
424 #endif /* using a FD_SETSIZE boun
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dselect.h99 /* Winsock and TPF sockets are not in range [0..FD_SETSIZE-1], which
106 #define VALID_SOCK(s) (((s) >= 0) && ((s) < FD_SETSIZE))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddb_param.c70 if ( dbp->fd_table_size > FD_SETSIZE -1)
71 dbp->fd_table_size = FD_SETSIZE -1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.c102 if (numfds >= FD_SETSIZE) {
117 if (fds[i].fd >= FD_SETSIZE) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnc.c169 if (select(FD_SETSIZE, &testfds, NULL, NULL, NULL) < 0)
173 for (fd = 0; fd < FD_SETSIZE; fd++) {
H A Disrv.c86 if (FD_COUNT >= FD_SETSIZE) return -1;
128 if (PEER_COUNT >= FD_SETSIZE) return -1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_getsess.c114 select(FD_SETSIZE, &readfds, NULL, NULL, &timeout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/examples/
H A Dtestd.c141 if (select(FD_SETSIZE, &fds2, 0, 0, 0) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c220 if (a.fd >= FD_SETSIZE || fds[0] >= FD_SETSIZE) {
819 assert(read_select_1 < FD_SETSIZE && read_select_2 < FD_SETSIZE -1 && write_select_1 < FD_SETSIZE -1 && write_select_2 < FD_SETSIZE -1);
936 assert(clear_fd < FD_SETSIZE);
937 assert(tls_fd < FD_SETSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c220 if (a.fd >= FD_SETSIZE || fds[0] >= FD_SETSIZE) {
819 assert(read_select_1 < FD_SETSIZE && read_select_2 < FD_SETSIZE -1 && write_select_1 < FD_SETSIZE -1 && write_select_2 < FD_SETSIZE -1);
936 assert(clear_fd < FD_SETSIZE);
937 assert(tls_fd < FD_SETSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dserver.c195 int fd_listenset[FD_SETSIZE];
277 if (num_sockets >= FD_SETSIZE) {
321 if (num_sockets >= FD_SETSIZE) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtime.h183 #define FD_SETSIZE __FD_SETSIZE macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c139 if (select(FD_SETSIZE, &qfds, NULL, NULL, NULL) < 0) {
H A Ddfork.c412 if ((s = select(FD_SETSIZE, &fds, 0, 0, &tv)) != 1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/wrepld/
H A Dserver.c196 if(num_interfaces > FD_SETSIZE) {
197 DEBUG(0,("create_listen_fdset: Too many interfaces specified to bind to. Number was %d max can be %d\n", num_interfaces, FD_SETSIZE));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dsession.c111 if (( cc = select( FD_SETSIZE, &fds, NULL, NULL, &tv )) < 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmb_compat.c71 if (smbc_compat_nextfd >= FD_SETSIZE) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c1034 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c541 if (( cc = select( FD_SETSIZE, &fds, NULL, NULL, &tv )) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dthread.c547 num = select (FD_SETSIZE, &readfd, &writefd, &exceptfd, timer_wait);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_packets.c1668 if((count*2) + 2 > FD_SETSIZE) {
1670 only use %d.\n", (count*2) + 2, FD_SETSIZE));

Completed in 294 milliseconds

12