Lines Matching refs:the_channel
133 struct channel *the_channel; variable
419 if (the_channel->process_extra_options)
420 (*the_channel->process_extra_options)();
454 if (the_channel->check_options)
455 (*the_channel->check_options)();
1172 if (the_channel->send_config == NULL)
1175 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1193 if (the_channel->recv_config == NULL)
1196 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
1238 the_channel->disestablish_ppp(devfd); in cleanup()
1239 if (the_channel->cleanup) in cleanup()
1240 (*the_channel->cleanup)(); in cleanup()
1647 if (the_channel->close) in safe_fork()
1648 (*the_channel->close)(); in safe_fork()