Home
last modified time | relevance | path

Searched refs:nonstandard_pppoe (Results 1 – 3 of 3) sorted by relevance

/external/libppp/src/
Dphysical.h107 unsigned nonstandard_pppoe : 1; /* Is PPPoE mode nonstandard */ member
Dether.c631 mode = p->cfg.nonstandard_pppoe ? NG_PPPOE_NONSTANDARD : NG_PPPOE_STANDARD; in ether_Create()
Dphysical.c1148 p->cfg.nonstandard_pppoe = enable ? 1 : 0; in physical_SetPPPoEnonstandard()