Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/android/system/
DIcmpHeaders.java19 import static android.system.OsConstants.ICMP6_ECHO_REQUEST;
53 bytes[0] = ipv4 ? (byte) ICMP_ECHO : (byte) ICMP6_ECHO_REQUEST; in createIcmpEchoHdr()
DOsConstants.java299 public static final int ICMP6_ECHO_REQUEST = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp254 initConstant(env, c, "ICMP6_ECHO_REQUEST", ICMP6_ECHO_REQUEST); in OsConstants_initConstants()