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

/external/ppp/pppd/
H A Dmain.c133 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)();
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
[all...]

Completed in 79 milliseconds