Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c7898 …T nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *exceptfds, struct nx_bsd_t… in nx_bsd_select() argument
7918 …if ((readfds == NX_NULL) && (writefds == NX_NULL) && (exceptfds == NX_NULL) && (timeout == NX_NULL… in nx_bsd_select()
7962 if(exceptfds) in nx_bsd_select()
7965 exceptfds_left = exceptfds -> fd_count; in nx_bsd_select()
8169 if((exceptfds == NX_NULL) || (exceptfds_left == 0)) in nx_bsd_select()
8173 if (NX_BSD_FD_ISSET(i + NX_BSD_SOCKFD_START, exceptfds)) in nx_bsd_select()
8208 if(exceptfds) in nx_bsd_select()
8209 *exceptfds = exceptfds_found; in nx_bsd_select()
8237 if(exceptfds) in nx_bsd_select()
8238 suspend_request.nx_bsd_socket_suspend_exception_fd_set = *exceptfds; in nx_bsd_select()
[all …]
Dnxd_bsd.h1035 …T nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *exceptfds, struct nx_bsd_t…