Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h539 win_nm_poll(struct pollfd *fds, int nfds, int timeout) in win_nm_poll() argument
543 if (nfds != 1 || fds == NULL || (h = win_get_netmap_handle(fds->fd)) == NULL) {; in win_nm_poll()
544 return poll(fds, nfds, timeout); in win_nm_poll()