Searched refs:ICMP_ECHO (Results 1 – 6 of 6) sorted by relevance
61 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()
100 } else if (icmp->type == ICMP_ECHO) { in dump_icmp()108 if (icmp->type == ICMP_ECHOREPLY || icmp->type == ICMP_ECHO) { in dump_icmp()
299 } else if (icmp_type == ICMP_ECHO || icmp_type == ICMP_ECHOREPLY) { in icmp6_to_icmp()
67 private static final byte ICMP_ECHO = 8; field in PacketReflector128 if (!(version == 4 && type == ICMP_ECHO) && in processIcmpPacket()150 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()
27 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()
22 import static android.system.OsConstants.ICMP_ECHO;781 if (type != ICMP_ECHO && type != ICMP_ECHOREPLY) {