Searched refs:ARP_REPLY (Results 1 – 7 of 7) sorted by relevance
24 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;138 if (opCode != ARP_REQUEST && opCode != ARP_REPLY) { in parseArpPacket()
68 public static final int ARP_REPLY = 2; field in NetworkStackConstants
24 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;188 } else if (opCode == ARP_REPLY) { in parseARP()
37 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;289 (short) ARP_REPLY); in maybeReplyArp()309 if (arpPacket == null || arpPacket.opCode != ARP_REPLY) return false; in getRouterMacAddressFromArp()
66 import com.android.net.module.util.NetworkStackConstants.ARP_REPLY1908 ARP_REPLY.toShort() in testArpTransmit()
42 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;2037 srcIp.getAddress() /* senderIp */, (short) ARP_REPLY); in sendGratuitousARP()
60 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;1188 dstMac /* target HW address */, senderIp.getAddress(), (short) ARP_REPLY);1603 assertEquals(packet.opCode, ARP_REPLY);