OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_channel
(Results
1 - 8
of
8
) sorted by null
/external/ppp/pppd/
pppox.c
50
the_channel
= &pppox_channel;
main.c
131
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
->disestablish_ppp(devfd)
[
all
...]
auth.c
537
devfd =
the_channel
->connect();
549
fd_ppp =
the_channel
->establish_ppp(devfd);
576
if (
the_channel
->disconnect)
577
the_channel
->disconnect();
581
if (
the_channel
->cleanup)
582
(*
the_channel
->cleanup)();
627
the_channel
->disestablish_ppp(devfd);
641
if (devfd >= 0 &&
the_channel
->disconnect) {
642
the_channel
->disconnect();
[
all
...]
options.c
606
for (opt =
the_channel
->options; opt->name != NULL; ++opt)
1003
print_option_list(
the_channel
->options, printer, arg);
[
all
...]
pppd.h
460
extern struct channel *
the_channel
;
[
all
...]
tty.c
403
the_channel
= &tty_channel;
[
all
...]
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
88
if (
the_channel
!= &pppoa_channel) {
89
the_channel
= &pppoa_channel;
/external/ppp/pppd/plugins/rp-pppoe/
plugin.c
320
if (
the_channel
!= &pppoe_channel) {
322
the_channel
= &pppoe_channel;
Completed in 3971 milliseconds