Home
last modified time | relevance | path

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

/tools/include/nolibc/
Dnolibc.h183 #define FD_SETSIZE 256 macro
184 typedef struct { uint32_t fd32[FD_SETSIZE/32]; } fd_set;
2458 if (fd < 0 || fd >= FD_SETSIZE) in FD_SET()
/tools/testing/selftests/net/
Dnettest.c1282 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()