Home | History | Annotate | Download | only in pppd

Lines Matching full:in_fds

194 static fd_set in_fds;		/* set of fds that wait_input waits for */
195 static int max_in_fd; /* highest fd set in in_fds */
324 FD_ZERO(&in_fds);
1052 ready = in_fds;
1053 exc = in_fds;
1066 FD_SET(fd, &in_fds);
1076 FD_CLR(fd, &in_fds);