Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.hpp216 bool ContainsPrefix(const Prefix &aSubPrefix) const;
226 bool ContainsPrefix(const NetworkPrefix &aSubPrefix) const;
Dip6_address.cpp75 bool Prefix::ContainsPrefix(const Prefix &aSubPrefix) const in ContainsPrefix() function in ot::Ip6::Prefix
81 bool Prefix::ContainsPrefix(const NetworkPrefix &aSubPrefix) const in ContainsPrefix() function in ot::Ip6::Prefix
/openthread-latest/src/core/thread/
Dnetwork_data_types.cpp48 …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.cpp799 … if (routeConfig.mStable && RoutePublisher::GetUlaPrefix().ContainsPrefix(routeConfig.GetPrefix())) in NetworkDataContainsUlaRoute()