Searched refs:ICMP_ECHOREPLY (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | Inet6AddressImpl.java | 48 import static android.system.OsConstants.ICMP_ECHOREPLY; 252 byte expectedType = isIPv4 ? (byte) ICMP_ECHOREPLY in icmpEcho()
|
/libcore/luni/src/test/java/libcore/io/ |
D | OsTest.java | 419 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/ |
D | OsConstants.java | 282 /** @hide */ public static final int ICMP_ECHOREPLY = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 251 initConstant(env, c, "ICMP_ECHOREPLY", ICMP_ECHOREPLY); in OsConstants_initConstants()
|