Searched refs:pfds (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c3473 static int handle_fifo(int *fd, fd_set *pfds, int *pfdm, int conn_fd) argument
3483 FD_CLR(*fd, pfds);
3500 FD_SET(conn_fd, pfds);
3530 FD_ZERO(pfds);
3568 FD_CLR(((PCONNECTION_INFO)pos)->sockfd, pfds);
3596 FD_CLR(((PCONNECTION_INFO)pos)->sockfd, pfds);
3695 FD_CLR(((PCONNECTION_INFO)pos)->sockfd, pfds);
3708 FD_SET(*fd, pfds);

Completed in 94 milliseconds