Searched refs:isGlobalPreferred (Results 1 – 11 of 11) sorted by relevance
425 assertTrue(msg, l.isGlobalPreferred()); in assertGlobalPreferred()429 assertFalse(msg, l.isGlobalPreferred()); in assertNotGlobalPreferred()
669 if (!linkAddr.isGlobalPreferred()) continue; in computeLocalPrefixStrings()686 if (!linkAddr.isGlobalPreferred()) return true; in shouldIgnoreDownstreamRoute()
238 if (linkAddr.isGlobalPreferred() && linkAddr.getPrefixLength() == 64) { in getIPv6OnlyLinkProperties()
501 public boolean isGlobalPreferred() { in isGlobalPreferred() method in LinkAddress
1069 if (address.getAddress() instanceof Inet6Address && address.isGlobalPreferred()) { in hasGlobalIpv6Address()
578 if ((new LinkAddress(dns, RFC7421_PREFIX_LENGTH)).isGlobalPreferred()) {
275 if (source instanceof Inet6Address && l.isGlobalPreferred()) { in prepareExplicitSourceIcmpMeasurements()
2073 method public boolean isGlobalPreferred();
6141 method public boolean isGlobalPreferred();
6089 method public boolean isGlobalPreferred();
13900 HSPLandroid/net/LinkAddress;->isGlobalPreferred()Z