Searched refs:ICMP_ECHOREPLY (Results 1 – 1 of 1) sorted by relevance
22 import static android.system.OsConstants.ICMP_ECHOREPLY;54 private static final byte ICMP_ECHOREPLY = 0; field in PacketReflector152 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()