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

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 112 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
177 case ETH_PPPOE_DISCOVERY:
214 if (ntohs(packet->ethHdr.h_proto) != ETH_PPPOE_DISCOVERY)
if.c 56 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY;
78 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) {
pppoe.h 103 #define ETH_PPPOE_DISCOVERY 0x8863
107 extern UINT16_t Eth_PPPOE_Discovery;
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 67 milliseconds