Home | History | Annotate | Download | only in pppd

Lines Matching refs:nfds

979     int n, nfds;
1080 nfds = (ofd > pty_master? ofd: pty_master) + 1;
1111 if (select(nfds, &ready, &writey, NULL, top) < 0) {