Home
last modified time | relevance | path

Searched refs:IsStable (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_types.cpp142 mStable = aBorderRouterTlv.IsStable(); in SetFrom()
207 mStable = aHasRouteTlv.IsStable(); in SetFrom()
230 mStable = aServerTlv.IsStable(); in SetFrom()
Dnetwork_data_leader_ftd.cpp443 if (borderRouter->IsStable()) in ValidatePrefix()
467 if (hasRoute->IsStable()) in ValidatePrefix()
608 while ((server = subTlvIterator.Iterate<ServerTlv>(aServer.IsStable())) != nullptr) in ContainsMatchingServer()
640 if (subCur->IsStable()) in UpdateTlv()
841 HasRouteTlv *dstHasRoute = aDstPrefix.FindSubTlv<HasRouteTlv>(aHasRoute.IsStable()); in AddHasRoute()
854 if (aHasRoute.IsStable()) in AddHasRoute()
878 …terTlv *dstBorderRouter = aDstPrefix.FindSubTlv<BorderRouterTlv>(aBorderRouter.IsStable()); in AddBorderRouter()
904 if (aBorderRouter.IsStable()) in AddBorderRouter()
921 if (aBorderRouter.IsStable()) in AddBorderRouter()
960 if (aServer.IsStable()) in AddServer()
[all …]
Dnetwork_data_tlvs.cpp69 if ((tlv->GetType() == aType) && (tlv->IsStable() == aStable)) in Find()
Dnetwork_data.cpp621 shouldRemove = !cur->IsStable(); in RemoveTemporaryData()
641 if (cur->IsStable()) in RemoveTemporaryDataIn()
706 if (cur->IsStable()) in RemoveTemporaryDataIn()
Dnetwork_data_leader.hpp478 mStableChanged = (mStableChanged || aTlv.IsStable()); in Update()
Dnetwork_data_tlvs.hpp232 bool IsStable(void) const { return (mType & kStableMask); } in IsStable() function in ot::NetworkData::NetworkDataTlv