Searched refs:ICMP_ECHOREPLY (Results 1 – 6 of 6) sorted by relevance
64 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()
98 if (icmp->type == ICMP_ECHOREPLY) { 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()
68 private static final byte ICMP_ECHOREPLY = 0; field in PacketReflector150 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()
28 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()
23 import static android.system.OsConstants.ICMP_ECHOREPLY;781 if (type != ICMP_ECHO && type != ICMP_ECHOREPLY) {