Searched refs:isGlobalPreferred (Results 1 – 16 of 16) sorted by relevance
355 return address.isIpv6() && address.isGlobalPreferred(); in isIPv6GUA()
429 assertTrue(msg, l.isGlobalPreferred()); in assertGlobalPreferred()433 assertFalse(msg, l.isGlobalPreferred()); in assertNotGlobalPreferred()
212 return addr.isIpv6() && addr.isGlobalPreferred(); in isIPv6GUA()
239 if (linkAddr.isGlobalPreferred() && linkAddr.getPrefixLength() == 64) { in getIPv6OnlyLinkProperties()
729 if (!linkAddr.isGlobalPreferred()) continue; in computeLocalPrefixStrings()746 if (!linkAddr.isGlobalPreferred()) return true; in shouldIgnoreDownstreamRoute()
487 public boolean isGlobalPreferred() { in isGlobalPreferred() method in LinkAddress
1079 if (address.getAddress() instanceof Inet6Address && address.isGlobalPreferred()) { in hasGlobalIpv6Address()
211 when(mockLinkAddress.isGlobalPreferred()).thenReturn(true); in setupLocalAddressAndGetLinkAddress()
6717 when(linkAddress.isGlobalPreferred()).thenReturn(true); in mockNewNetworkAndAddress()
484 if ((new LinkAddress(dns, RFC7421_PREFIX_LENGTH)).isGlobalPreferred()) { in putRdnss()
2161 return addr.isGlobalPreferred() && hasFlag(addr, IFA_F_TEMPORARY);2165 return addr.isGlobalPreferred() && hasFlag(addr, IFA_F_STABLE_PRIVACY);3785 assertTrue(target.isGlobalPreferred());3800 assertTrue(srcIp.isGlobalPreferred());5027 } else if (la.isGlobalPreferred()) {5690 if (la.isGlobalPreferred()) {5811 } else if (la.isIpv6() && la.isGlobalPreferred()) {
364 if (source instanceof Inet6Address && l.isGlobalPreferred()) { in prepareExplicitSourceIcmpMeasurements()
319 if (la.isIpv6() && la.isGlobalPreferred()) { in expectLocalOnlyAddresses()
174 method public boolean isGlobalPreferred();
3242 if (!la.isGlobalPreferred()) { in addInterfaceAddress()
436 Landroid/net/LinkAddress;->isGlobalPreferred()Z