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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c72 struct channel *the_channel; variable in typeref:struct:channel
284 if (the_channel->process_extra_options)
285 (*the_channel->process_extra_options)();
314 if (the_channel->check_options)
315 (*the_channel->check_options)();
427 devfd = the_channel->connect();
432 fd_ppp = the_channel->establish_ppp(devfd);
504 the_channel->disestablish_ppp(devfd);
513 the_channel->disconnect();
516 if (the_channel
[all...]
H A Dpppoe.c234 if( ret == 1 && the_channel != &pppoe_channel ){
236 the_channel = &pppoe_channel;
H A Dpppd.h381 extern struct channel *the_channel;
385 if (the_channel->send_config) \
386 (*the_channel->send_config)((mtu), (accm), (pc), (acc)); \
391 if (the_channel->send_config) \
392 (*the_channel->recv_config)((mtu), (accm), (pc), (acc)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c76 struct channel *the_channel; variable in typeref:struct:channel
315 if (the_channel->process_extra_options)
316 (*the_channel->process_extra_options)();
353 if (the_channel->check_options)
354 (*the_channel->check_options)();
492 devfd = the_channel->connect();
500 fd_ppp = the_channel->establish_ppp(devfd);
577 the_channel->disestablish_ppp(devfd);
586 the_channel->disconnect();
589 if (the_channel
[all...]
H A Dpppd.h380 extern struct channel *the_channel;
384 if (the_channel->send_config) \
385 (*the_channel->send_config)((mtu), (accm), (pc), (acc)); \
390 if (the_channel->send_config) \
391 (*the_channel->recv_config)((mtu), (accm), (pc), (acc)); \
H A Doptions.c551 for (opt = the_channel->options; opt->name != NULL; ++opt)
957 print_option_list(the_channel->options, printer, arg);
H A Dtty.c358 the_channel = &tty_channel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c88 if (the_channel != &pppoa_channel) {
89 the_channel = &pppoa_channel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c130 struct channel *the_channel; variable in typeref:struct:channel
388 if (the_channel->process_extra_options)
389 (*the_channel->process_extra_options)();
452 if (the_channel->check_options)
453 (*the_channel->check_options)();
1204 if (the_channel->send_config == NULL)
1207 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1225 if (the_channel->recv_config == NULL)
1228 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
1272 the_channel
[all...]
H A Dauth.c558 devfd = the_channel->connect();
571 fd_ppp = the_channel->establish_ppp(devfd);
599 if (the_channel->disconnect)
600 the_channel->disconnect();
604 if (the_channel->cleanup)
605 (*the_channel->cleanup)();
652 the_channel->disestablish_ppp(devfd);
666 if (devfd >= 0 && the_channel->disconnect) {
667 the_channel->disconnect();
670 if (the_channel
[all...]
H A Doptions.c624 for (opt = the_channel->options; opt->name != NULL; ++opt)
1021 print_option_list(the_channel->options, printer, arg);
H A Dpppd.h466 extern struct channel *the_channel;
H A Dtty.c403 the_channel = &tty_channel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe.c311 if( ret == 1 && the_channel != &pppoe_channel ){
313 the_channel = &pppoe_channel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dplugin.c293 if (the_channel != &pppoe_channel) {
295 the_channel = &pppoe_channel;

Completed in 160 milliseconds