Home
last modified time | relevance | path

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

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java691 public static final int IPV6_MULTICAST_LOOP; field in OsConstants
692 static { IPV6_MULTICAST_LOOP = 0; }
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java384 return !booleanFromInt(Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)); in getSocketOptionErrno()
472 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, enable); in setSocketOptionErrno()
/libcore/ojluni/src/main/native/
Dnet_util_md.c942 *optname = IPV6_MULTICAST_LOOP;
/libcore/luni/src/main/java/android/system/
DOsConstants.java406 public static final int IPV6_MULTICAST_LOOP = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp331 initConstant(env, c, "IPV6_MULTICAST_LOOP", IPV6_MULTICAST_LOOP); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt373 field public static final int IPV6_MULTICAST_LOOP;