Searched defs:Eth_PPPOE_Discovery (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c56 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY; variable
78 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
H A Dpppoe-discovery.c61 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY; variable
83 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
461 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
556 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
620 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth);

Completed in 283 milliseconds