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;
252 byte expectedType = isIPv4 ? (byte) ICMP_ECHOREPLY in icmpEcho()
/libcore/luni/src/test/java/libcore/io/
DOsTest.java419 final byte ICMP_ECHO = 8, ICMP_ECHOREPLY = 0; in test_socketPing()
432 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, true); in test_socketPing()
433 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.cpp251 initConstant(env, c, "ICMP_ECHOREPLY", ICMP_ECHOREPLY); in OsConstants_initConstants()