Home
last modified time | relevance | path

Searched refs:Eth_PPPOE_Discovery (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe-discovery.c61 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY; variable
83 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) { in etherType()
461 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADI()
556 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()
620 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth); in discovery()
Dif.c56 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY; variable
78 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) { in etherType()
Ddiscovery.c283 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADI()
402 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()
468 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADR()
587 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADS()
Ddebug.c105 if (type == Eth_PPPOE_Discovery) { in dumpPacket()
Dpppoe.h107 extern UINT16_t Eth_PPPOE_Discovery;
Dcommon.c112 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADT()
Dplugin.c186 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth); in PPPOEConnectDevice()