Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 3 of 3) sorted by relevance
19 import static android.system.OsConstants.ICMP6_ECHO_REQUEST;50 hdr.packet[0] = ipv4 ? (byte) ICMP_ECHO : (byte) ICMP6_ECHO_REQUEST; in IcmpEchoHdr()
283 /** @hide */ public static final int ICMP6_ECHO_REQUEST = placeholder(); field in OsConstants
253 initConstant(env, c, "ICMP6_ECHO_REQUEST", ICMP6_ECHO_REQUEST); in OsConstants_initConstants()