Home | History | Annotate | Download | only in pppd

Lines Matching refs:devfd

537     devfd = the_channel->connect();
538 if (devfd < 0)
549 fd_ppp = the_channel->establish_ppp(devfd);
627 the_channel->disestablish_ppp(devfd);
641 if (devfd >= 0 && the_channel->disconnect) {
643 devfd = -1;