Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 5 of 5) sorted by relevance
19 import static android.system.OsConstants.ICMP6_ECHO_REQUEST;53 bytes[0] = ipv4 ? (byte) ICMP_ECHO : (byte) ICMP6_ECHO_REQUEST; in createIcmpEchoHdr()
359 public static final int ICMP6_ECHO_REQUEST = placeholder(); field in OsConstants
567 public static final int ICMP6_ECHO_REQUEST; field in OsConstants568 static { ICMP6_ECHO_REQUEST = 0; }
259 initConstant(env, c, "ICMP6_ECHO_REQUEST", ICMP6_ECHO_REQUEST); in OsConstants_initConstants()
332 field public static final int ICMP6_ECHO_REQUEST;