Searched refs:hwType (Results 1 – 2 of 2) sorted by relevance
113 final short hwType = buffer.getShort(); in parseArpPacket() local114 if (hwType != ARP_HWTYPE_ETHER) { in parseArpPacket()115 throw new ParseException("Incorrect HW Type: " + hwType); in parseArpPacket()
1112 byte hwType = packet.get(); in decodeFullPacket()