Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java78 private static boolean isDifferentLocalAddressType(byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType()
82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope()
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java546 byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType()
559 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope()