Searched refs:HasPrefix (Results 1 – 4 of 4) sorted by relevance
167 bool HasPrefix(const Prefix &aPrefix) const in HasPrefix() function in ot::Ip6::Netif::UnicastAddress
57 return aNetifAddress.HasPrefix(aIp6Prefix); in MatchNetifAddressWithPrefix()
2315 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()
1473 bool HasPrefix(void) const { return IsValidOmrPrefix(mPrefix.GetPrefix()); } in HasPrefix() function in ot::BorderRouter::RoutingManager::PdPrefixManager