Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c7907 nx_bsd_fd_set exceptfds_found; in nx_bsd_select() local
7944 NX_BSD_FD_ZERO(&exceptfds_found); in nx_bsd_select()
8183 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &exceptfds_found); in nx_bsd_select()
8190 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &exceptfds_found); in nx_bsd_select()
8196 if (readfds_found.fd_count || writefds_found.fd_count || exceptfds_found.fd_count) in nx_bsd_select()
8209 *exceptfds = exceptfds_found; in nx_bsd_select()
8215 return(readfds_found.fd_count + writefds_found.fd_count + exceptfds_found.fd_count); in nx_bsd_select()