Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DInetAddress.java803 …private static InetAddress getByAddress(String hostName, byte[] ipAddress, int scopeId) throws Unk… in getByAddress() argument
816 return new Inet6Address(ipAddress.clone(), hostName, scopeId); in getByAddress()