Home
last modified time | relevance | path

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

/packages/modules/Connectivity/clatd/
Dicmp.c64 case ICMP_ECHOREPLY: in icmp_to_icmp6_type()
90 case ICMP_ECHOREPLY: in icmp_to_icmp6_code()
128 return ICMP_ECHOREPLY; in icmp6_to_icmp_type()
Ddump.c98 if (icmp->type == ICMP_ECHOREPLY) { in dump_icmp()
108 if (icmp->type == ICMP_ECHOREPLY || icmp->type == ICMP_ECHO) { in dump_icmp()
Dtranslate.c299 } else if (icmp_type == ICMP_ECHO || icmp_type == ICMP_ECHOREPLY) { in icmp6_to_icmp()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DPacketReflector.java68 private static final byte ICMP_ECHOREPLY = 0; field in PacketReflector
150 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java28 import static android.system.OsConstants.ICMP_ECHOREPLY;
615 (Inet4Address) TEST_IP4_ADDR.getAddress() /* dstIp */, ICMP_ECHOREPLY, ICMPECHO_ID, in testIcmpv4Echo()
620 return isExpectedIcmpPacket(p, true /* hasEth */, true /* isIpv4 */, ICMP_ECHOREPLY); in testIcmpv4Echo()
655 return isExpectedIcmpPacket(p, true /* hasEth */, true /* isIpv4 */, ICMP_ECHOREPLY); in testTetherClatIcmp()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DTetheringTester.java23 import static android.system.OsConstants.ICMP_ECHOREPLY;
781 if (type != ICMP_ECHO && type != ICMP_ECHOREPLY) {