Searched refs:ICMP_ECHO (Results 1 – 1 of 1) sorted by relevance
21 import static android.system.OsConstants.ICMP_ECHO;53 private static final byte ICMP_ECHO = 8; field in PacketReflector130 if (!(version == 4 && type == ICMP_ECHO) && in processIcmpPacket()152 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()