Home
last modified time | relevance | path

Searched refs:the_channel (Results 1 – 10 of 10) sorted by relevance

/external/ppp/pppd/
Dmain.c130 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()
[all …]
Dauth.c560 devfd = the_channel->connect();
572 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)();
647 the_channel->disestablish_ppp(devfd);
661 if (devfd >= 0 && the_channel->disconnect) {
662 the_channel->disconnect();
665 if (the_channel->cleanup)
[all …]
Dpppox.c50 the_channel = &pppox_channel; in pppox_set()
Doptions.c632 for (opt = the_channel->options; opt->name != NULL; ++opt)
1037 print_option_list(the_channel->options, printer, arg);
Dpppd.h465 extern struct channel *the_channel;
Dtty.c408 the_channel = &tty_channel; in tty_init()
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c88 if (the_channel != &pppoa_channel) { in setdevname_pppoatm()
89 the_channel = &pppoa_channel; in setdevname_pppoatm()
/external/ppp/pppd/plugins/pppopptp-android/
Dpppopptp-android.c50 the_channel = &pppopptp_channel; in plugin_init()
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c349 if (the_channel != &pppoe_channel) { in PPPoEDevnameHook()
351 the_channel = &pppoe_channel; in PPPoEDevnameHook()
/external/ppp/pppd/plugins/pppol2tp-android/
Dpppol2tp-android.c52 the_channel = &pppol2tp_channel; in pppol2tp_set_session_fd()