Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c7581 …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
7601 …if ((readfds == NX_NULL) && (writefds == NX_NULL) && (exceptfds == NX_NULL) && (timeout == NX_NULL… in nx_bsd_select()
7645 if(exceptfds) in nx_bsd_select()
7648 exceptfds_left = exceptfds -> fd_count; in nx_bsd_select()
7852 if((exceptfds == NX_NULL) || (exceptfds_left == 0)) in nx_bsd_select()
7856 if (NX_BSD_FD_ISSET(i + NX_BSD_SOCKFD_START, exceptfds)) in nx_bsd_select()
7891 if(exceptfds) in nx_bsd_select()
7892 *exceptfds = exceptfds_found; in nx_bsd_select()
7920 if(exceptfds) in nx_bsd_select()
7921 suspend_request.nx_bsd_socket_suspend_exception_fd_set = *exceptfds; in nx_bsd_select()
[all …]
Dnxd_bsd.h969 …T nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *exceptfds, struct nx_bsd_t…