Searched refs:Eth_PPPOE_Discovery (Results 1 – 7 of 7) sorted by relevance
61 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY; variable83 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()
56 UINT16_t Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY; variable78 if (type != Eth_PPPOE_Discovery && type != Eth_PPPOE_Session) { in etherType()
283 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()
105 if (type == Eth_PPPOE_Discovery) { in dumpPacket()
107 extern UINT16_t Eth_PPPOE_Discovery;
112 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADT()
186 openInterface(conn->ifName, Eth_PPPOE_Discovery, conn->myEth); in PPPOEConnectDevice()