Home | History | Annotate | Download | only in pppd

Lines Matching refs:the_channel

537     devfd = the_channel->connect();
549 fd_ppp = the_channel->establish_ppp(devfd);
576 if (the_channel->disconnect)
577 the_channel->disconnect();
581 if (the_channel->cleanup)
582 (*the_channel->cleanup)();
627 the_channel->disestablish_ppp(devfd);
641 if (devfd >= 0 && the_channel->disconnect) {
642 the_channel->disconnect();