Home
last modified time | relevance | path

Searched refs:ContainsPrefix (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dip6_address.hpp236 bool ContainsPrefix(const Prefix &aSubPrefix) const;
247 bool ContainsPrefix(const NetworkPrefix &aSubPrefix) const;
Dip6_address.cpp86 bool Prefix::ContainsPrefix(const Prefix &aSubPrefix) const in ContainsPrefix() function in ot::Ip6::Prefix
92 bool Prefix::ContainsPrefix(const NetworkPrefix &aSubPrefix) const in ContainsPrefix() function in ot::Ip6::Prefix
/openthread-latest/src/core/thread/
Dnetwork_data_types.cpp49 …return aPrefix.IsValid() && !aPrefix.ContainsPrefix(aInstance.Get<Mle::Mle>().GetMeshLocalPrefix()… in IsPrefixValid()
/openthread-latest/tests/unit/
Dtest_ip_address.cpp489 VerifyOrQuit(prefix.ContainsPrefix(subPrefix)); in TestIp6Prefix()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp810 … if (routeConfig.mStable && RoutePublisher::GetUlaPrefix().ContainsPrefix(routeConfig.GetPrefix())) in NetworkDataContainsUlaRoute()