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

  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 107 } else if (type == Eth_PPPOE_Session) {
pppoe.h 151 #define ETH_PPPOE_SESSION 0x8864
155 extern UINT16_t Eth_PPPOE_Session;
if.c 108 UINT16_t Eth_PPPOE_Session = ETH_PPPOE_SESSION;
129 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
211 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ETH_PPPOE_SESSION, 5, 0),
233 bpfRun[1].k = Eth_PPPOE_Session;

Completed in 169 milliseconds