Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java538 byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument
540 if (Inet6Address.isLinkLocalAddress(thisAddr) && in isDifferentLocalAddressType()
544 if (Inet6Address.isSiteLocalAddress(thisAddr) && in isDifferentLocalAddressType()
551 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope() argument
560 if (!isDifferentLocalAddressType(thisAddr, ia6_addr.getAddress())){ in deriveNumericScope()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java78 private static boolean isDifferentLocalAddressType(byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument
82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() argument