HomeSort by relevance Sort by last modified time
    Searched defs:etherType (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
if.c 60 *%FUNCTION: etherType
75 etherType(PPPoEPacket *packet)
pppoe-discovery.c 65 *%FUNCTION: etherType
80 etherType(PPPoEPacket *packet)
556 if (etherType(&packet) != Eth_PPPOE_Discovery) continue;
  /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 110 milliseconds