Searched refs:IPPROTO_ICMPV6 (Results 1 – 6 of 6) sorted by relevance
52 import static android.system.OsConstants.IPPROTO_ICMPV6;248 int icmpProto = isIPv4 ? IPPROTO_ICMP : IPPROTO_ICMPV6; in icmpEcho()
664 public static final int IPPROTO_ICMPV6; field in OsConstants665 static { IPPROTO_ICMPV6 = 0; }
389 public static final int IPPROTO_ICMPV6 = placeholder(); field in OsConstants
321 initConstant(env, c, "IPPROTO_ICMPV6", IPPROTO_ICMPV6); in OsConstants_initConstants()
1190 FileDescriptor fd = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
364 field public static final int IPPROTO_ICMPV6;