Searched refs:IsStable (Results 1 – 6 of 6) sorted by relevance
142 mStable = aBorderRouterTlv.IsStable(); in SetFrom()207 mStable = aHasRouteTlv.IsStable(); in SetFrom()230 mStable = aServerTlv.IsStable(); in SetFrom()
443 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 …]
69 if ((tlv->GetType() == aType) && (tlv->IsStable() == aStable)) in Find()
621 shouldRemove = !cur->IsStable(); in RemoveTemporaryData()641 if (cur->IsStable()) in RemoveTemporaryDataIn()706 if (cur->IsStable()) in RemoveTemporaryDataIn()
478 mStableChanged = (mStableChanged || aTlv.IsStable()); in Update()
232 bool IsStable(void) const { return (mType & kStableMask); } in IsStable() function in ot::NetworkData::NetworkDataTlv