Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/arp/
DArpPacket.java108 final short etherType = buffer.getShort(); in parseArpPacket() local
109 if (etherType != ETH_P_ARP) { in parseArpPacket()
110 throw new ParseException("Incorrect Ether Type: " + etherType); in parseArpPacket()
/packages/modules/NetworkStack/src/android/net/util/
DConnectivityPacketSummary.java144 final int etherType = asUint(mPacket.getShort()); in parseEther() local
145 switch (etherType) { in parseEther()
160 sj.add("ethtype").add(asString(etherType)); in parseEther()