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

  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 105 if (type == Eth_PPPOE_Discovery) {
discovery.c 262 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
356 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
432 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
533 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
590 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth);
pppoe.h 150 #define ETH_PPPOE_DISCOVERY 0x8863
154 extern UINT16_t Eth_PPPOE_Discovery;
common.c 412 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
if.c 107 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY;
129 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
212 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ETH_PPPOE_DISCOVERY, 0, 9),
238 bpfRun[2].k = Eth_PPPOE_Discovery;

Completed in 6473 milliseconds