Lines Matching refs:the_channel
130 struct channel *the_channel; variable
393 if (the_channel->process_extra_options)
394 (*the_channel->process_extra_options)();
428 if (the_channel->check_options)
429 (*the_channel->check_options)();
1146 if (the_channel->send_config == NULL)
1149 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1167 if (the_channel->recv_config == NULL)
1170 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
1212 the_channel->disestablish_ppp(devfd); in cleanup()
1213 if (the_channel->cleanup) in cleanup()
1214 (*the_channel->cleanup)(); in cleanup()
1621 if (the_channel->close) in safe_fork()
1622 (*the_channel->close)(); in safe_fork()