Home
last modified time | relevance | path

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

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