Home
last modified time | relevance | path

Searched defs:deriveNumericScope (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() method in Inet6Address
87 private int deriveNumericScope(java.lang.String ifname) throws java.net.UnknownHostException { in deriveNumericScope() method in Inet6Address
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java559 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope() method in Inet6Address
578 private int deriveNumericScope (String ifname) throws UnknownHostException { in deriveNumericScope() method in Inet6Address