Searched defs:scopeId (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DInetAddress.java752 * bytes {@code ipAddress} and {@code scopeId}.
770 private static InetAddress getByAddress(String hostName, byte[] ipAddress, int scopeId) throws UnknownHostException { argument
783 return new Inet6Address(ipAddress.clone(), hostName, scopeId);

Completed in 357 milliseconds