HomeSort by relevance Sort by last modified time
    Searched refs:Eth_PPPOE_Session (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
if.c 57 UINT16_t Eth_PPPOE_Session = ETH_PPPOE_SESSION;
78 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
debug.c 107 } else if (type == Eth_PPPOE_Session) {
pppoe.h 104 #define ETH_PPPOE_SESSION 0x8864
108 extern UINT16_t Eth_PPPOE_Session;
pppoe-discovery.c 62 UINT16_t Eth_PPPOE_Session = ETH_PPPOE_SESSION;
83 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {

Completed in 196 milliseconds