Searched refs:ufds (Results 1 – 2 of 2) sorted by relevance
163 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { in NET_Poll() argument164 BLOCKING_IO_RETURN_INT( ufds[0].fd, poll(ufds, nfds, timeout) ); in NET_Poll()
59 extern int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);