Searched refs:thisAddr (Results 1 – 2 of 2) sorted by relevance
538 byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument540 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() argument560 if (!isDifferentLocalAddressType(thisAddr, ia6_addr.getAddress())){ in deriveNumericScope()
78 private static boolean isDifferentLocalAddressType(byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() argument