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

  /external/ppp/pppd/plugins/rp-pppoe/
if.c 56 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY;
78 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
pppoe-discovery.c 61 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY;
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 1543 milliseconds