Searched refs:FD_SETSIZE (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 294 #ifdef FD_SETSIZE 295 #undef FD_SETSIZE /* May be d… 296 #define FD_SETSIZE (NX_BSD_MAX_SOCKETS + NX_BSD_SOCKFD_START) /* Number o… macro 298 #define FD_SETSIZE (NX_BSD_MAX_SOCKETS + NX_BSD_SOCKFD_START) /* Number o…
|
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_basic_nonblocking_test.c | 473 ret = select(FD_SETSIZE, NULL, &write_fd, NULL, &tv); in test_tcp_client4()
|
| D | netx_bsd_ioctl_nonblocking_test.c | 609 ret = select(FD_SETSIZE, NULL, &write_fd, NULL, &tv); in test_tcp_client4()
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 5351 FD_SET - Fixed FD_SETSIZE check 5352 FD_CLR - Fixed FD_SETSIZE check 5353 FD_ISSET - Fixed FD_SETSIZE check 5354 FD_ZERO - Fixed FD_SETSIZE value 5375 … nxd_bsd.h Fixed FD_SETSIZE, added PPPOE and DNS support,
|