Searched refs:ICMP_ECHO (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | IcmpHeaders.java | 20 import static android.system.OsConstants.ICMP_ECHO; 53 bytes[0] = ipv4 ? (byte) ICMP_ECHO : (byte) ICMP6_ECHO_REQUEST; in createIcmpEchoHdr()
|
D | OsConstants.java | 357 public static final int ICMP_ECHO = placeholder(); field in OsConstants
|
/libcore/luni/annotations/flagged_api/android/system/ |
D | OsConstants.annotated.java | 570 public static final int ICMP_ECHO; field in OsConstants 571 static { ICMP_ECHO = 0; }
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 1184 final byte ICMP_ECHO = 8, ICMP_ECHOREPLY = 0; 1197 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, true); 1198 checkSocketPing(fd, ipv4Loopback, packet, ICMP_ECHO, ICMP_ECHOREPLY, false);
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 257 initConstant(env, c, "ICMP_ECHO", ICMP_ECHO); in OsConstants_initConstants()
|
/libcore/api/ |
D | current.txt | 333 field public static final int ICMP_ECHO;
|