Home
last modified time | relevance | path

Searched refs:IPV6_MULTICAST_LOOP (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java272 return booleanFromInt(Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)); in getSocketOptionErrno()
340 … Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, booleanToInt((Boolean) value)); in setSocketOptionErrno()
/libcore/luni/src/main/java/android/system/
DOsConstants.java302 public static final int IPV6_MULTICAST_LOOP = placeholder(); field in OsConstants
/libcore/ojluni/src/main/native/
Dnet_util_md.c950 *optname = IPV6_MULTICAST_LOOP; in NET_MapSocketOption()
DPlainDatagramSocketImpl.c1282 …if (NET_SetSockOpt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, (const void *)&loopback, sizeof(int)) < … in mcast_set_loop_v6()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp308 initConstant(env, c, "IPV6_MULTICAST_LOOP", IPV6_MULTICAST_LOOP); in OsConstants_initConstants()