Searched refs:isGlobalPreferred (Results 1 – 5 of 5) sorted by relevance
286 public boolean isGlobalPreferred() { in isGlobalPreferred() method in LinkAddress
688 if (address.getAddress() instanceof Inet6Address && address.isGlobalPreferred()) { in hasGlobalIPv6Address()
348 assertTrue(msg, l.isGlobalPreferred()); in assertGlobalPreferred()352 assertFalse(msg, l.isGlobalPreferred()); in assertNotGlobalPreferred()
230 if (linkAddr.isGlobalPreferred() && linkAddr.getPrefixLength() == 64) { in getIPv6OnlyLinkProperties()
235 if (source instanceof Inet6Address && l.isGlobalPreferred()) { in prepareExplicitSourceIcmpMeasurements()