Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h294 #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/
Dnetx_bsd_tcp_basic_nonblocking_test.c473 ret = select(FD_SETSIZE, NULL, &write_fd, NULL, &tv); in test_tcp_client4()
Dnetx_bsd_ioctl_nonblocking_test.c609 ret = select(FD_SETSIZE, NULL, &write_fd, NULL, &tv); in test_tcp_client4()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5351 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,