Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 4 of 4) 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
259 initConstant(env, c, "ICMP6_ECHO_REQUEST", ICMP6_ECHO_REQUEST); in OsConstants_initConstants()
312 field public static final int ICMP6_ECHO_REQUEST;