Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java546 byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument
549 !Inet6Address.isLinkLocalAddress(otherAddr)) { in isDifferentLocalAddressType()
553 !Inet6Address.isSiteLocalAddress(otherAddr)) { in isDifferentLocalAddressType()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java78 private static boolean isDifferentLocalAddressType(byte[] thisAddr, byte[] otherAddr) { in isDifferentLocalAddressType() argument