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

  /external/ppp/pppd/plugins/rp-pppoe/
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 31 milliseconds