Home
last modified time | relevance | path

Searched refs:ICMP_ECHOREPLY (Results 1 – 4 of 4) 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/src/test/java/libcore/android/system/
DOsTest.java763 final byte ICMP_ECHO = 8, ICMP_ECHOREPLY = 0; in test_socketPing()
776 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, true); in test_socketPing()
777 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, false); in test_socketPing()
/libcore/luni/src/main/java/android/system/
DOsConstants.java298 public static final int ICMP_ECHOREPLY = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp253 initConstant(env, c, "ICMP_ECHOREPLY", ICMP_ECHOREPLY); in OsConstants_initConstants()