Searched defs:the_channel (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dmain.c131 struct channel *the_channel; variable in typeref:struct: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
[all...]

Completed in 170 milliseconds