Searched refs:IPPROTO_ICMPV6 (Results 1 – 4 of 4) sorted by relevance
52 import static android.system.OsConstants.IPPROTO_ICMPV6;248 int icmpProto = isIPv4 ? IPPROTO_ICMP : IPPROTO_ICMPV6; in icmpEcho()
327 public static final int IPPROTO_ICMPV6 = placeholder(); field in OsConstants
310 initConstant(env, c, "IPPROTO_ICMPV6", IPPROTO_ICMPV6); in OsConstants_initConstants()
769 FileDescriptor fd = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); in test_socketPing()