Searched refs:isGlobalPreferred (Results 1 – 9 of 9) sorted by relevance
303 public boolean isGlobalPreferred() { in isGlobalPreferred() method in LinkAddress
698 if (address.getAddress() instanceof Inet6Address && address.isGlobalPreferred()) { in hasGlobalIPv6Address()
354 assertTrue(msg, l.isGlobalPreferred()); in assertGlobalPreferred()358 assertFalse(msg, l.isGlobalPreferred()); in assertNotGlobalPreferred()
528 if (!linkAddr.isGlobalPreferred()) continue; in computeLocalPrefixStrings()542 if (!route.getDestinationLinkAddress().isGlobalPreferred()) return true; in shouldIgnoreDownstreamRoute()
289 if (linkAddr.isGlobalPreferred() && linkAddr.getPrefixLength() == 64) { in getIPv6OnlyLinkProperties()
549 if ((new LinkAddress(dns, RFC7421_PREFIX_LENGTH)).isGlobalPreferred()) {
522 return addr.isIPv6() && addr.isGlobalPreferred(); in isIPv6GUA()
236 if (source instanceof Inet6Address && l.isGlobalPreferred()) { in prepareExplicitSourceIcmpMeasurements()
4394 HPLandroid/net/LinkAddress;->isGlobalPreferred()Z