Searched refs:IPV6_UNICAST_HOPS (Results 1 – 4 of 4) sorted by relevance
52 import static android.system.OsConstants.IPV6_UNICAST_HOPS;
316 return Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS); in getSocketOptionErrno()403 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (Integer) value); in setSocketOptionErrno()
328 public static final int IPV6_UNICAST_HOPS = placeholder(); field in OsConstants
339 initConstant(env, c, "IPV6_UNICAST_HOPS", IPV6_UNICAST_HOPS); in OsConstants_initConstants()