Home
last modified time | relevance | path

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

/packages/modules/Connectivity/clatd/
Dicmp.c61 case ICMP_ECHO: in icmp_to_icmp6_type()
89 case ICMP_ECHO: in icmp_to_icmp6_code()
125 return ICMP_ECHO; in icmp6_to_icmp_type()
Ddump.c100 } else if (icmp->type == ICMP_ECHO) { 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.java67 private static final byte ICMP_ECHO = 8; field in PacketReflector
128 if (!(version == 4 && type == ICMP_ECHO) && in processIcmpPacket()
150 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java27 import static android.system.OsConstants.ICMP_ECHO;
607 REMOTE_IP4_ADDR /* dstIp */, ICMP_ECHO, ICMPECHO_ID, ICMPECHO_SEQ); in testIcmpv4Echo()
611 return isExpectedIcmpPacket(p, false /* hasEth */, true /* isIpv4 */, ICMP_ECHO); in testIcmpv4Echo()
640 (Inet4Address) REMOTE_IP4_ADDR /* dstIp */, ICMP_ECHO, ICMPECHO_ID, ICMPECHO_SEQ); in testTetherClatIcmp()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DTetheringTester.java22 import static android.system.OsConstants.ICMP_ECHO;
781 if (type != ICMP_ECHO && type != ICMP_ECHOREPLY) {