Searched refs:IPV6_MULTICAST_LOOP (Results 1 – 4 of 4) sorted by relevance
318 return !booleanFromInt(Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)); in getSocketOptionErrno()403 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, enable); in setSocketOptionErrno()
336 public static final int IPV6_MULTICAST_LOOP = placeholder(); field in OsConstants
942 *optname = IPV6_MULTICAST_LOOP;
319 initConstant(env, c, "IPV6_MULTICAST_LOOP", IPV6_MULTICAST_LOOP); in OsConstants_initConstants()