Searched refs:etherType (Results 1 – 6 of 6) sorted by relevance
97 UINT16_t type = etherType(packet); in dumpPacket()
75 etherType(PPPoEPacket *packet) in etherType() function
80 etherType(PPPoEPacket *packet) in etherType() function556 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()
262 UINT16_t etherType(PPPoEPacket *packet);
402 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()587 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADS()
472 WORD etherType; member