Searched refs:MatchesPrefix (Results 1 – 11 of 11) sorted by relevance
870 bool MatchesPrefix(const Prefix &aPrefix) const;882 bool MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const;
96 …bool IsPrefixMatch(const Ip6::Address &aAddress) const { return aAddress.MatchesPrefix(GetPrefix()… in IsPrefixMatch()
182 return (mPrefixLength == aPrefix.GetLength()) && GetAddress().MatchesPrefix(aPrefix); in HasPrefix()
405 bool Address::MatchesPrefix(const Prefix &aPrefix) const in MatchesPrefix() function in ot::Ip6::Address410 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() function in ot::Ip6::Address
135 if (!ip6Header.GetDestination().MatchesPrefix(mNat64Prefix)) in TranslateFromIp6()
1437 … if (!aHeader.GetSource().MatchesPrefix(aHeader.GetDestination().GetPrefix().m8, kPrefixLength)) in UpdateBorderRoutingCounters()1456 … if (!aHeader.GetSource().MatchesPrefix(aHeader.GetDestination().GetPrefix().m8, kPrefixLength)) in UpdateBorderRoutingCounters()
271 return HasDomainPrefix() && aAddress.MatchesPrefix(mDomainPrefix); in IsDomainUnicast()
477 VerifyOrQuit(address1.MatchesPrefix(prefix)); in TestIp6Prefix()478 VerifyOrQuit(!address2.MatchesPrefix(prefix)); in TestIp6Prefix()
143 …if (config.mNat64 && config.GetPrefix().IsValidNat64() && aAddress.MatchesPrefix(config.GetPrefix(… in IsNat64()166 if (aAddress.MatchesPrefix(prefixTlv->GetPrefix(), prefixTlv->GetPrefixLength())) in FindNextMatchingPrefixTlv()
171 (aAddr.GetAddress().MatchesPrefix(aConfig.GetPrefix()))); in DoesConfigMatchNetifAddr()
839 aIp6Header.GetSource().MatchesPrefix(prefixConfig.GetPrefix())) in CheckReachabilityToSendIcmpError()1871 isOnLink = aAddress.MatchesPrefix(onLinkPrefix.GetPrefix()); in IsAddressOnLink()1896 isReachable = aAddress.MatchesPrefix(routePrefix.GetPrefix()); in IsAddressReachableThroughExplicitRoute()