OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:send_config
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
pppox.c
37
.
send_config
= NULL,
main.c
1094
*
send_config
procedure called error() (or incremented error_count
1105
if (the_channel->
send_config
== NULL)
1108
(*the_channel->
send_config
)(mtu, accm, pcomp, accomp);
[
all
...]
pppd.h
451
void (*
send_config
) __P((int, u_int32_t, int, int));
member in struct:channel
[
all
...]
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
221
send_config
: &send_config_pppoa,
/external/ppp/pppd/plugins/rp-pppoe/
plugin.c
436
send_config
: &PPPOESendConfig,
Completed in 179 milliseconds