Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c15407 INT max_fd; in nx_bsd_poll() local
15429 max_fd = 0; in nx_bsd_poll()
15457 if (poll_fd -> fd > max_fd) in nx_bsd_poll()
15458 max_fd = poll_fd -> fd; in nx_bsd_poll()
15492 n_ready_fds = nx_bsd_select(max_fd + 1, &read_fds, &write_fds, &except_fds, ptime); in nx_bsd_poll()