Searched refs:IPV6_UNICAST_HOPS (Results 1 – 3 of 3) sorted by relevance
326 return Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS); in getSocketOptionErrno()413 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (Integer) value); in setSocketOptionErrno()
344 public static final int IPV6_UNICAST_HOPS = placeholder(); field in OsConstants
341 initConstant(env, c, "IPV6_UNICAST_HOPS", IPV6_UNICAST_HOPS); in OsConstants_initConstants()