Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DPacketReflector.java21 import static android.system.OsConstants.ICMP_ECHO;
53 private static final byte ICMP_ECHO = 8; field in PacketReflector
130 if (!(version == 4 && type == ICMP_ECHO) && in processIcmpPacket()
152 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()