Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java276 this.scope_id = deriveNumericScope(ipaddress, nif); in init()
559 …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
588 return deriveNumericScope(holder6.ipaddress, ifc); in deriveNumericScope()
657 scope_id = deriveNumericScope (ipaddress, scope_ifname); in readObject()
/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