Searched refs:FD_SETSIZE (Results 1 – 7 of 7) sorted by relevance
78 * descriptor greater or equal to FD_SETSIZE. This code is specific to80 * FD_SETSIZE is a concern. */91 * number is less than FD_SETSIZE. If so, raise the limit if95 * net_sockets module will be less than FD_SETSIZE, so the test97 * A file descriptor could still be higher than FD_SETSIZE if it was103 if (rlim_nofile.rlim_cur < FD_SETSIZE + 1) {105 rlim_nofile.rlim_cur = FD_SETSIZE + 1;111 TEST_ASSERT(open_file_on_fd(&ctx, FD_SETSIZE) == 0);116 * file descriptors greater or equal to FD_SETSIZE. So we expect to hit
7 net_poll beyond FD_SETSIZE
476 #undef FD_SETSIZE478 #define FD_SETSIZE MEMP_NUM_NETCONN macro479 #define LWIP_SELECT_MAXNFDS (FD_SETSIZE + LWIP_SOCKET_OFFSET)492 unsigned char fd_bits [(FD_SETSIZE+7)/8];495 #elif FD_SETSIZE < (LWIP_SOCKET_OFFSET + MEMP_NUM_NETCONN)498 #define LWIP_SELECT_MAXNFDS FD_SETSIZE
73 #define LWIP_SELECT_MAXNFDS (FD_SETSIZE + LWIP_SOCKET_OFFSET)
139 if (for_select && fd >= FD_SETSIZE) { in check_fd()
3773 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
1991 beyond FD_SETSIZE. Reported by FigBug in #4169.
Completed in 31 milliseconds