Home | History | Annotate | Download | only in pppd

Lines Matching refs:ready

1049     fd_set ready, exc;
1052 ready = in_fds;
1054 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);