Searched refs:nfds (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 1035 INT nx_bsd_select(INT nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *except… 1045 INT nx_bsd_poll(struct nx_bsd_pollfd *fds, ULONG nfds, INT timeout);
|
| D | nxd_bsd.c | 7898 INT nx_bsd_select(INT nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *except… in nx_bsd_select() argument 7930 … if((nfds < (NX_BSD_SOCKFD_START + 1)) || (nfds >= (NX_BSD_MAX_SOCKETS + NX_BSD_SOCKFD_START + 1))) in nx_bsd_select() 8003 for (i = 0; i < (nfds - NX_BSD_SOCKFD_START); i++) in nx_bsd_select() 8127 for(i = 0; i < (nfds - NX_BSD_SOCKFD_START); i++) in nx_bsd_select() 8166 for(i = 0; i < (nfds - NX_BSD_SOCKFD_START); i++) in nx_bsd_select() 15399 INT nx_bsd_poll(struct nx_bsd_pollfd *fds, ULONG nfds, INT timeout) in nx_bsd_poll() argument 15417 if (nfds == 0) in nx_bsd_poll() 15430 for(i = 0; i < nfds; i ++) in nx_bsd_poll() 15498 for (i = 0; i < nfds; i ++) in nx_bsd_poll()
|