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.java48 import static android.system.OsConstants.ICMP_ECHOREPLY;
276 byte expectedType = isIPv4 ? (byte) ICMP_ECHOREPLY in icmpEcho()
/libcore/luni/src/test/java/libcore/libcore/io/
DOsTest.java431 final byte ICMP_ECHO = 8, ICMP_ECHOREPLY = 0; in test_socketPing()
444 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, true); in test_socketPing()
445 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, false); in test_socketPing()
/libcore/luni/src/main/java/android/system/
DOsConstants.java282 /** @hide */ public static final int ICMP_ECHOREPLY = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp252 initConstant(env, c, "ICMP_ECHOREPLY", ICMP_ECHOREPLY); in OsConstants_initConstants()