Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DPacketReflector.java22 import static android.system.OsConstants.ICMP_ECHOREPLY;
54 private static final byte ICMP_ECHOREPLY = 0; field in PacketReflector
152 if ((type == ICMP_ECHO && replyType != ICMP_ECHOREPLY) in processIcmpPacket()