Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_net.function78 * descriptor greater or equal to FD_SETSIZE. This code is specific to
80 * FD_SETSIZE is a concern. */
91 * number is less than FD_SETSIZE. If so, raise the limit if
95 * net_sockets module will be less than FD_SETSIZE, so the test
97 * A file descriptor could still be higher than FD_SETSIZE if it was
103 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
A Dtest_suite_net.data7 net_poll beyond FD_SETSIZE
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h476 #undef FD_SETSIZE
478 #define FD_SETSIZE MEMP_NUM_NETCONN macro
479 #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
/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/
A Dsockets.h73 #define LWIP_SELECT_MAXNFDS (FD_SETSIZE + LWIP_SOCKET_OFFSET)
/lib/mbedtls/external/mbedtls/library/
A Dnet_sockets.c139 if (for_select && fd >= FD_SETSIZE) { in check_fd()
/lib/lwip/lwip/
A DCHANGELOG3773 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
/lib/mbedtls/external/mbedtls/
A DChangeLog1991 beyond FD_SETSIZE. Reported by FigBug in #4169.

Completed in 31 milliseconds