Home | History | Annotate | Download | only in pppd

Lines Matching refs:FD_SET

980     fd_set ready, writey;
1101 FD_SET(pty_master, &writey);
1103 FD_SET(ifd, &ready);
1108 FD_SET(ofd, &writey);
1110 FD_SET(pty_master, &ready);
1148 FD_SET(pty_master, &writey);
1175 FD_SET(ofd, &writey);