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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c97 UINT16_t type = etherType(packet);
H A Dpppoe.h282 UINT16_t etherType(PPPoEPacket *packet);
H A Ddiscovery.c356 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
533 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
H A Dif.c111 *%FUNCTION: etherType
126 etherType(PPPoEPacket *packet) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctxrx.c3282 u16_t etherType; local
3292 etherType = (((u16_t)zmw_tx_buf_readb(dev, buf, ZM_80211_FRAME_TYPE_OFFSET))<<8)
3296 if (etherType == 0x0800)
3325 u16_t etherType; local
3337 etherType = (((u16_t)zmw_tx_buf_readb(dev, buf, 12))<<8)
3340 //zm_debug_msg2("ethernet type or length = ", etherType);
3342 if (etherType > 1500)
3348 if ((etherType ==0x8137) || (etherType == 0x80f3))
3360 if ( etherType
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis2.h472 WORD etherType; member in struct:_EthernetIIHeader

Completed in 84 milliseconds