Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c97 UINT16_t type = etherType(packet); in dumpPacket()
Dif.c75 etherType(PPPoEPacket *packet) in etherType() function
Dpppoe-discovery.c80 etherType(PPPoEPacket *packet) in etherType() function
556 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()
Dpppoe.h262 UINT16_t etherType(PPPoEPacket *packet);
Ddiscovery.c402 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADO()
587 if (etherType(&packet) != Eth_PPPOE_Discovery) continue; in waitForPADS()
/external/libpcap/msdos/
Dndis2.h472 WORD etherType; member