HomeSort by relevance Sort by last modified time
    Searched refs:Eth_PPPOE_Discovery (Results 1 - 7 of 7) 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) {
debug.c 105 if (type == 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);
discovery.c 283 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
402 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
468 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
587 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
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)
pppoe.h 103 #define ETH_PPPOE_DISCOVERY 0x8863
107 extern UINT16_t Eth_PPPOE_Discovery;
plugin.c 186 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth);

Completed in 72 milliseconds