Home | History | Annotate | Download | only in pppd

Lines Matching refs:ready

509  * connect_tty - get the serial port ready to start doing PPP.
980 fd_set ready, writey;
1095 FD_ZERO(&ready);
1103 FD_SET(ifd, &ready);
1110 FD_SET(pty_master, &ready);
1111 if (select(nfds, &ready, &writey, NULL, top) < 0) {
1130 if (FD_ISSET(ifd, &ready)) {
1154 if (FD_ISSET(pty_master, &ready)) {