OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etherType
(Results
1 - 10
of
10
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
debug.c
97
UINT16_t type =
etherType
(packet);
if.c
60
*%FUNCTION:
etherType
75
etherType
(PPPoEPacket *packet)
pppoe.h
262
UINT16_t
etherType
(PPPoEPacket *packet);
discovery.c
402
if (
etherType
(&packet) != Eth_PPPOE_Discovery) continue;
587
if (
etherType
(&packet) != Eth_PPPOE_Discovery) continue;
pppoe-discovery.c
65
*%FUNCTION:
etherType
80
etherType
(PPPoEPacket *packet)
556
if (
etherType
(&packet) != Eth_PPPOE_Discovery) continue;
/hardware/interfaces/wifi/1.0/
IWifiStaIface.hal
432
* @param
etherType
16 bit ether type to be set in the ethernet frame
446
CommandId cmdId, vec<uint8_t> ipPacketData, uint16_t
etherType
,
/frameworks/base/services/net/java/android/net/util/
ConnectivityPacketSummary.java
94
final int
etherType
= asUint(mPacket.getShort());
95
switch (
etherType
) {
110
sj.add("ethtype").add(asString(
etherType
));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
FrameParser.java
91
short
etherType
= data.getShort();
92
switch (
etherType
) {
/external/libpcap/msdos/
ndis2.h
472
WORD
etherType
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h
481
UINT16
etherType
;
Completed in 448 milliseconds