Searched refs:MatchesPrefix (Results 1 – 11 of 11) sorted by relevance
787 bool MatchesPrefix(const Prefix &aPrefix) const;798 bool MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const;
92 …bool IsPrefixMatch(const Ip6::Address &aAddress) const { return aAddress.MatchesPrefix(GetPrefix()… in IsPrefixMatch()
169 return (mPrefixLength == aPrefix.GetLength()) && GetAddress().MatchesPrefix(aPrefix); in HasPrefix()
394 bool Address::MatchesPrefix(const Prefix &aPrefix) const in MatchesPrefix() function in ot::Ip6::Address399 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() function in ot::Ip6::Address
131 if (!ip6Header.GetDestination().MatchesPrefix(mNat64Prefix)) in TranslateFromIp6()
1419 … if (!aHeader.GetSource().MatchesPrefix(aHeader.GetDestination().GetPrefix().m8, kPrefixLength)) in UpdateBorderRoutingCounters()1438 … if (!aHeader.GetSource().MatchesPrefix(aHeader.GetDestination().GetPrefix().m8, kPrefixLength)) in UpdateBorderRoutingCounters()
278 return HasDomainPrefix() && aAddress.MatchesPrefix(mDomainPrefix); in IsDomainUnicast()
128 …if (config.mNat64 && config.GetPrefix().IsValidNat64() && aAddress.MatchesPrefix(config.GetPrefix(… in IsNat64()151 if (aAddress.MatchesPrefix(prefixTlv->GetPrefix(), prefixTlv->GetPrefixLength())) in FindNextMatchingPrefixTlv()
477 VerifyOrQuit(address1.MatchesPrefix(prefix)); in TestIp6Prefix()478 VerifyOrQuit(!address2.MatchesPrefix(prefix)); in TestIp6Prefix()
163 (aAddr.GetAddress().MatchesPrefix(aConfig.GetPrefix()))); in DoesConfigMatchNetifAddr()
828 aIp6Header.GetSource().MatchesPrefix(prefixConfig.GetPrefix())) in CheckReachabilityToSendIcmpError()1860 isOnLink = aAddress.MatchesPrefix(onLinkPrefix.GetPrefix()); in IsAddressOnLink()1885 isReachable = aAddress.MatchesPrefix(routePrefix.GetPrefix()); in IsAddressReachableThroughExplicitRoute()2637 matches = aAddress.MatchesPrefix(mLocalPrefix); in AddressMatchesLocalPrefix()