Home
last modified time | relevance | path

Searched refs:etherType (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c97 UINT16_t type = etherType(packet); in dumpPacket()
Ddiscovery.c356 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()
533 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADS()
Dpppoe.h282 UINT16_t etherType(PPPoEPacket *packet);
Dif.c126 etherType(PPPoEPacket *packet) in etherType() function