Searched refs:nx_bsd_fd_set (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 226 #define nx_bsd_fd_set fd_set macro 703 } nx_bsd_fd_set; typedef 710 nx_bsd_fd_set nx_bsd_socket_suspend_read_fd_set; 711 nx_bsd_fd_set nx_bsd_socket_suspend_write_fd_set; 712 nx_bsd_fd_set nx_bsd_socket_suspend_exception_fd_set; 1035 INT nx_bsd_select(INT nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *except… 1054 VOID NX_BSD_FD_SET(INT fd, nx_bsd_fd_set *fdset); 1055 VOID NX_BSD_FD_CLR(INT fd, nx_bsd_fd_set *fdset); 1056 INT NX_BSD_FD_ISSET(INT fd, nx_bsd_fd_set *fdset); 1057 VOID NX_BSD_FD_ZERO(nx_bsd_fd_set *fdset);
|
| 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() 7905 nx_bsd_fd_set readfds_found; in nx_bsd_select() 7906 nx_bsd_fd_set writefds_found; in nx_bsd_select() 7907 nx_bsd_fd_set exceptfds_found; in nx_bsd_select() 8784 VOID NX_BSD_FD_SET(INT fd, nx_bsd_fd_set *fdset) in NX_BSD_FD_SET() 8864 VOID NX_BSD_FD_CLR(INT fd, nx_bsd_fd_set *fdset) in NX_BSD_FD_CLR() 8943 INT NX_BSD_FD_ISSET(INT fd, nx_bsd_fd_set *fdset) in NX_BSD_FD_ISSET() 9023 VOID NX_BSD_FD_ZERO(nx_bsd_fd_set *fdset) in NX_BSD_FD_ZERO() 10244 nx_bsd_fd_set local_fd; in nx_bsd_select_wakeup() 15401 nx_bsd_fd_set read_fds; in nx_bsd_poll() [all …]
|