Home | History | Annotate | Download | only in pppd

Lines Matching full:in_fds

193 static fd_set in_fds;		/* set of fds that wait_input waits for */
194 static int max_in_fd; /* highest fd set in in_fds */
323 FD_ZERO(&in_fds);
1051 ready = in_fds;
1052 exc = in_fds;
1065 FD_SET(fd, &in_fds);
1075 FD_CLR(fd, &in_fds);