Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/android/system/
DIcmpHeaders.java20 import static android.system.OsConstants.ICMP_ECHO;
53 bytes[0] = ipv4 ? (byte) ICMP_ECHO : (byte) ICMP6_ECHO_REQUEST; in createIcmpEchoHdr()
DOsConstants.java357 public static final int ICMP_ECHO = placeholder(); field in OsConstants
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java570 public static final int ICMP_ECHO; field in OsConstants
571 static { ICMP_ECHO = 0; }
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1184 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/
Dandroid_system_OsConstants.cpp257 initConstant(env, c, "ICMP_ECHO", ICMP_ECHO); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt333 field public static final int ICMP_ECHO;