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