Home
last modified time | relevance | path

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

/external/openssl/crypto/rand/
Drand_unix.c132 #ifndef FD_SETSIZE
133 # define FD_SETSIZE (8*sizeof(fd_set)) macro
284 if (FD_SETSIZE > 0 && (unsigned)fd >= FD_SETSIZE) in RAND_poll()
/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/openssl/apps/
Ds_apps.h130 #ifndef FD_SETSIZE
131 #define FD_SETSIZE MAX_NOFILE macro
/external/quake/quake/src/WinQuake/
Dmpdosock.h43 #ifndef FD_SETSIZE
44 #define FD_SETSIZE 64
49 SOCKET fd_array[FD_SETSIZE]; /* an array of SOCKETs */
79 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) \
/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/kernel-headers/original/linux/
Dtime.h181 #define FD_SETSIZE __FD_SETSIZE macro
/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/dnsmasq/src/
Ddnsmasq.c521 #ifdef FD_SETSIZE in main()
522 if (FD_SETSIZE < (unsigned)max_fd) in main()
523 max_fd = FD_SETSIZE; in main()
/external/netperf/
Dnetlib.c1921 if (select(FD_SETSIZE, in shutdown_control()
2389 if ((counter = select(FD_SETSIZE, in recv_response_timed()