Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h105 unsigned nonstandard_pppoe : 1; /* Is PPPoE mode nonstandard */ member
H A Dether.c631 mode = p->cfg.nonstandard_pppoe ? NG_PPPOE_NONSTANDARD : NG_PPPOE_STANDARD; in ether_Create()
H A Dphysical.c1121 p->cfg.nonstandard_pppoe = enable ? 1 : 0; in physical_SetPPPoEnonstandard()