Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java322 return Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS); in getSocketOptionErrno()
409 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, (Integer) value); in setSocketOptionErrno()
/libcore/ojluni/src/main/native/
DNet.c301 if (setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &arg, in Java_sun_nio_ch_Net_socket0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java334 public static final int IPV6_MULTICAST_HOPS = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp317 initConstant(env, c, "IPV6_MULTICAST_HOPS", IPV6_MULTICAST_HOPS); in OsConstants_initConstants()