Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java308 return !booleanFromInt(Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)); in getSocketOptionErrno()
393 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, enable); in setSocketOptionErrno()
/libcore/luni/src/main/java/android/system/
DOsConstants.java320 public static final int IPV6_MULTICAST_LOOP = placeholder(); field in OsConstants
/libcore/ojluni/src/main/native/
Dnet_util_md.c943 *optname = IPV6_MULTICAST_LOOP;
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp318 initConstant(env, c, "IPV6_MULTICAST_LOOP", IPV6_MULTICAST_LOOP); in OsConstants_initConstants()