Home
last modified time | relevance | path

Searched refs:HasPrefix (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Dnetif.hpp167 bool HasPrefix(const Prefix &aPrefix) const in HasPrefix() function in ot::Ip6::Netif::UnicastAddress
Ddhcp6_client.cpp57 return aNetifAddress.HasPrefix(aIp6Prefix); in MatchNetifAddressWithPrefix()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2315 if (Get<RoutingManager>().mPdPrefixManager.HasPrefix()) in Evaluate()
4003 VerifyOrExit(IsRunning() && HasPrefix(), error = kErrorNotFound); in GetPrefixInfo()
4018 VerifyOrExit(IsRunning() && HasPrefix(), error = kErrorNotFound); in GetProcessedRaInfo()
4030 VerifyOrExit(HasPrefix()); in WithdrawPrefix()
4123 if (HasPrefix()) in Process()
4153 if (HasPrefix() && (mPrefix.GetPrefix() == aEntry.GetPrefix())) in ProcessPrefixEntry()
Drouting_manager.hpp1473 bool HasPrefix(void) const { return IsValidOmrPrefix(mPrefix.GetPrefix()); } in HasPrefix() function in ot::BorderRouter::RoutingManager::PdPrefixManager