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

/external/openssl/apps/
H A Ds_apps.h130 #ifndef FD_SETSIZE
131 #define FD_SETSIZE MAX_NOFILE macro
132 #endif /* FD_SETSIZE */
/external/openssl/crypto/rand/
H A Drand_unix.c132 #ifndef FD_SETSIZE
133 # define FD_SETSIZE (8*sizeof(fd_set)) macro
324 if (FD_SETSIZE > 0 && (unsigned)fd >= FD_SETSIZE)
/external/ipsec-tools/src/racoon/
H A Dsession.c274 if (lcconf->sock_admin >= FD_SETSIZE) {
287 if (lcconf->sock_pfkey >= FD_SETSIZE) {
295 if (lcconf->rtsock >= FD_SETSIZE) {
306 if (p->sock >= FD_SETSIZE) {
/external/openssh/openbsd-compat/
H A Dbsd-poll.c50 if (fd >= FD_SETSIZE) {
/external/kernel-headers/original/linux/
H A Dtime.h181 #define FD_SETSIZE __FD_SETSIZE macro
/external/qemu/
H A Diolooper-select.c93 for (fd = 0; fd < FD_SETSIZE; fd++) {
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h37 * arrays. FD_SETSIZE may be defined by the user before including
43 #ifndef FD_SETSIZE
44 #define FD_SETSIZE 64
45 #endif /* FD_SETSIZE */
49 SOCKET fd_array[FD_SETSIZE]; /* an array of SOCKETs */
79 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) \
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbelo.c226 r = select(FD_SETSIZE, &readfds, NULL, NULL, &to);
/external/dnsmasq/src/
H A Ddnsmasq.c521 #ifdef FD_SETSIZE
522 if (FD_SETSIZE < (unsigned)max_fd)
523 max_fd = FD_SETSIZE;
/external/ppp/pppd/
H A Dtty.c1038 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
H A Dsys-linux.c1063 if (fd >= FD_SETSIZE)
/external/libxml2/
H A Dnanohttp.c480 if (ctxt->fd > FD_SETSIZE)
604 if (ctxt->fd > FD_SETSIZE)
944 if (s > FD_SETSIZE)
/external/netperf/
H A Dnetlib.c1938 if (select(FD_SETSIZE,
2408 if ((counter = select(FD_SETSIZE,
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1509 if (fd >= (int) FD_SETSIZE || fd < 0)
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c255 if (sd < FD_SETSIZE)

Completed in 298 milliseconds