OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_channel
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
main.c
133
struct channel *
the_channel
;
variable in typeref:struct:channel
445
if (
the_channel
->process_extra_options)
446
(*
the_channel
->process_extra_options)();
481
if (
the_channel
->check_options)
482
(*
the_channel
->check_options)();
1234
if (
the_channel
->send_config == NULL)
1237
(*
the_channel
->send_config)(mtu, accm, pcomp, accomp);
1252
if (
the_channel
->recv_config == NULL)
1255
(*
the_channel
->recv_config)(mru, accm, pcomp, accomp);
1321
the_channel
->disestablish_ppp(devfd)
[
all
...]
pppd.h
246
extern struct channel *
the_channel
;
auth.c
661
devfd =
the_channel
->connect();
673
fd_ppp =
the_channel
->establish_ppp(devfd);
700
if (
the_channel
->disconnect)
701
the_channel
->disconnect();
705
if (
the_channel
->cleanup)
706
(*
the_channel
->cleanup)();
746
the_channel
->disestablish_ppp(devfd);
760
if (devfd >= 0 &&
the_channel
->disconnect) {
761
the_channel
->disconnect();
764
if (
the_channel
->cleanup
[
all
...]
options.c
792
for (opt =
the_channel
->options; opt->name != NULL; ++opt)
1186
print_option_list(
the_channel
->options, printer, arg);
1296
the_channel
->options);
tty.c
457
the_channel
= &tty_channel;
/src/external/bsd/ppp/dist/pppd/plugins/pppoe/
plugin.c
395
if (
the_channel
!= &pppoe_channel) {
397
the_channel
= &pppoe_channel;
/src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
pppol2tp.c
184
the_channel
= &pppol2tp_channel;
Completed in 51 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026