Home
last modified time | relevance | path

Searched refs:ContainsMatchingEntry (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader_ftd.hpp314 …static bool ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const HasRouteEntry &aEn…
315 static bool ContainsMatchingEntry(const HasRouteTlv *aHasRoute, const HasRouteEntry &aEntry);
316 …static bool ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const BorderRouterEntry …
317 …static bool ContainsMatchingEntry(const BorderRouterTlv *aBorderRouter, const BorderRouterEntry &a…
Dnetwork_data_leader_ftd.cpp559 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const HasRouteEntry &aEn… in ContainsMatchingEntry() function in ot::NetworkData::Leader
564 …return (aPrefix == nullptr) ? false : ContainsMatchingEntry(aPrefix->FindSubTlv<HasRouteTlv>(aStab… in ContainsMatchingEntry()
567 bool Leader::ContainsMatchingEntry(const HasRouteTlv *aHasRoute, const HasRouteEntry &aEntry) in ContainsMatchingEntry() function in ot::NetworkData::Leader
588 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const BorderRouterEntry … in ContainsMatchingEntry() function in ot::NetworkData::Leader
593 …return (aPrefix == nullptr) ? false : ContainsMatchingEntry(aPrefix->FindSubTlv<BorderRouterTlv>(a… in ContainsMatchingEntry()
596 bool Leader::ContainsMatchingEntry(const BorderRouterTlv *aBorderRouter, const BorderRouterEntry &a… in ContainsMatchingEntry() function in ot::NetworkData::Leader
829 VerifyOrExit(!ContainsMatchingEntry(dstHasRoute, *entry)); in AddHasRoute()
898 VerifyOrExit(!ContainsMatchingEntry(dstBorderRouter, *entry)); in AddBorderRouter()
1154 !ContainsMatchingEntry(aExcludePrefix, aHasRoute.IsStable(), *entry)) in RemoveRlocInHasRoute()
1183 !ContainsMatchingEntry(aExcludePrefix, aBorderRouter.IsStable(), *entry)) in RemoveRlocInBorderRouter()