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