Home | History | Annotate | Download | only in pppd

Lines Matching defs:ready

1082     fd_set ready, exc;
1085 ready = in_fds;
1087 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);