Searched refs:FD_SETSIZE (Results 1 – 10 of 10) sorted by relevance
132 #ifndef FD_SETSIZE133 # define FD_SETSIZE (8*sizeof(fd_set)) macro235 if (FD_SETSIZE > 0 && fd >= FD_SETSIZE) in RAND_poll()
130 #ifndef FD_SETSIZE131 #define FD_SETSIZE MAX_NOFILE macro
274 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()
69 for (fd = 0; fd < FD_SETSIZE; fd++) { in iolooper_fd_count()
52 #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 */ macro1139 if (fd > FD_SETSIZE) {
101 Linux sys/time.h does not really support presetting of FD_SETSIZE; a harmless
1038 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1063 if (fd >= FD_SETSIZE) in add_fd()
226 r = select(FD_SETSIZE, &readfds, NULL, NULL, &to); in eloWaitForInput()
1921 if (select(FD_SETSIZE, in shutdown_control()2389 if ((counter = select(FD_SETSIZE, in recv_response_timed()