OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonstandard_pppoe
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
physical.h
107
unsigned
nonstandard_pppoe
: 1; /* Is PPPoE mode nonstandard */
member in struct:physical::__anon21077
ether.c
631
mode = p->cfg.
nonstandard_pppoe
? NG_PPPOE_NONSTANDARD : NG_PPPOE_STANDARD;
physical.c
1148
p->cfg.
nonstandard_pppoe
= enable ? 1 : 0;
Completed in 43 milliseconds