Home
last modified time | relevance | path

Searched refs:FD_SETSIZE (Results 1 – 10 of 10) sorted by relevance

/external/openssl/crypto/rand/
Drand_unix.c132 #ifndef FD_SETSIZE
133 # define FD_SETSIZE (8*sizeof(fd_set)) macro
235 if (FD_SETSIZE > 0 && fd >= FD_SETSIZE) in RAND_poll()
/external/openssl/apps/
Ds_apps.h130 #ifndef FD_SETSIZE
131 #define FD_SETSIZE MAX_NOFILE macro
/external/ipsec-tools/src/racoon/
Dsession.c274 if (lcconf->sock_admin >= FD_SETSIZE) { in initfds()
287 if (lcconf->sock_pfkey >= FD_SETSIZE) { in initfds()
295 if (lcconf->rtsock >= FD_SETSIZE) { in initfds()
306 if (p->sock >= FD_SETSIZE) { in initfds()
/external/qemu/
Diolooper-select.c69 for (fd = 0; fd < FD_SETSIZE; fd++) { in iolooper_fd_count()
/external/netcat/
Dnetcat.c52 #ifdef FD_SETSIZE /* should be in types.h, butcha never know. */
53 #undef FD_SETSIZE /* if we ever need more than 16 active */
55 #define FD_SETSIZE 16 /* <-- this'll give us a long anyways, wtf */ macro
1139 if (fd > FD_SETSIZE) {
DREADME101 Linux sys/time.h does not really support presetting of FD_SETSIZE; a harmless
/external/ppp/pppd/
Dtty.c1038 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
Dsys-linux.c1063 if (fd >= FD_SETSIZE) in add_fd()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbelo.c226 r = select(FD_SETSIZE, &readfds, NULL, NULL, &to); in eloWaitForInput()
/external/netperf/
Dnetlib.c1921 if (select(FD_SETSIZE, in shutdown_control()
2389 if ((counter = select(FD_SETSIZE, in recv_response_timed()