Searched refs:otherAddr (Results 1 – 2 of 2) sorted by relevance
546 byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument549 !Inet6Address.isLinkLocalAddress(otherAddr)) { in isDifferentLocalAddressType()553 !Inet6Address.isSiteLocalAddress(otherAddr)) { in isDifferentLocalAddressType()
78 private static boolean isDifferentLocalAddressType(byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument