Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 3 of 3) 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()
299 public static final int ICMP6_ECHO_REQUEST = placeholder(); field in OsConstants
254 initConstant(env, c, "ICMP6_ECHO_REQUEST", ICMP6_ECHO_REQUEST); in OsConstants_initConstants()