Lines Matching refs:the_channel
560 devfd = the_channel->connect();
572 fd_ppp = the_channel->establish_ppp(devfd);
599 if (the_channel->disconnect)
600 the_channel->disconnect();
604 if (the_channel->cleanup)
605 (*the_channel->cleanup)();
647 the_channel->disestablish_ppp(devfd);
661 if (devfd >= 0 && the_channel->disconnect) {
662 the_channel->disconnect();
665 if (the_channel->cleanup)
666 (*the_channel->cleanup)();