Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/arp/
DArpPacket.java118 final short protoType = buffer.getShort(); in parseArpPacket() local
119 if (protoType != ETH_P_IP) { in parseArpPacket()
120 throw new ParseException("Incorrect Protocol Type: " + protoType); in parseArpPacket()