Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java50 import static android.system.OsConstants.ICMP_ECHOREPLY;
275 byte expectedType = isIPv4 ? (byte) ICMP_ECHOREPLY in icmpEcho()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java573 public static final int ICMP_ECHOREPLY; field in OsConstants
574 static { ICMP_ECHOREPLY = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java358 public static final int ICMP_ECHOREPLY = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1184 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/
Dandroid_system_OsConstants.cpp258 initConstant(env, c, "ICMP_ECHOREPLY", ICMP_ECHOREPLY); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt334 field public static final int ICMP_ECHOREPLY;