Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/arp/
DArpPacket.java24 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;
138 if (opCode != ARP_REQUEST && opCode != ARP_REPLY) { in parseArpPacket()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetworkStackConstants.java68 public static final int ARP_REPLY = 2; field in NetworkStackConstants
/packages/modules/NetworkStack/src/android/net/util/
DConnectivityPacketSummary.java24 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;
188 } else if (opCode == ARP_REPLY) { in parseARP()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DTetheringTester.java37 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()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfNewTest.kt66 import com.android.net.module.util.NetworkStackConstants.ARP_REPLY
1908 ARP_REPLY.toShort() in testArpTransmit()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java42 import static com.android.net.module.util.NetworkStackConstants.ARP_REPLY;
2037 srcIp.getAddress() /* senderIp */, (short) ARP_REPLY); in sendGratuitousARP()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java60 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);