Home | History | Annotate | Download | only in pppd

Lines Matching refs:the_channel

131 struct channel *the_channel;
419 if (the_channel->process_extra_options)
420 (*the_channel->process_extra_options)();
454 if (the_channel->check_options)
455 (*the_channel->check_options)();
1105 if (the_channel->send_config == NULL)
1108 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1126 if (the_channel->recv_config == NULL)
1129 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
1171 the_channel->disestablish_ppp(devfd);
1172 if (the_channel->cleanup)
1173 (*the_channel->cleanup)();
1567 if (the_channel->close)
1568 (*the_channel->close)();