Searched refs:ICMP_ECHOREPLY (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | Inet6AddressImpl.java | 50 import static android.system.OsConstants.ICMP_ECHOREPLY; 275 byte expectedType = isIPv4 ? (byte) ICMP_ECHOREPLY in icmpEcho()
|
/libcore/luni/annotations/flagged_api/android/system/ |
D | OsConstants.annotated.java | 573 public static final int ICMP_ECHOREPLY; field in OsConstants 574 static { ICMP_ECHOREPLY = 0; }
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 358 public static final int ICMP_ECHOREPLY = placeholder(); field in OsConstants
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 1184 final byte ICMP_ECHO = 8, ICMP_ECHOREPLY = 0; 1197 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, true); 1198 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, false);
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 258 initConstant(env, c, "ICMP_ECHOREPLY", ICMP_ECHOREPLY); in OsConstants_initConstants()
|
/libcore/api/ |
D | current.txt | 334 field public static final int ICMP_ECHOREPLY;
|