Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader_ftd.cpp848 ContextTlv *dstContext = aDstPrefix.FindSubTlv<ContextTlv>(); in AddBorderRouter()
865 ((dstContext == nullptr) ? sizeof(ContextTlv) : 0)), in AddBorderRouter()
882 … VerifyOrExit(CanInsert(sizeof(BorderRouterEntry) + sizeof(ContextTlv)), error = kErrorNoBufs); in AddBorderRouter()
884 dstContext = As<ContextTlv>(aDstPrefix.GetNext()); in AddBorderRouter()
885 Insert(dstContext, sizeof(ContextTlv)); in AddBorderRouter()
886 aDstPrefix.IncreaseLength(sizeof(ContextTlv)); in AddBorderRouter()
1057 ContextTlv *context; in RemoveRlocInPrefix()
1095 if ((context = aPrefix.FindSubTlv<ContextTlv>()) != nullptr) in RemoveRlocInPrefix()
1220 ContextTlv *context; in RemoveContext()
1222 while ((context = NetworkDataTlv::Find<ContextTlv>(start, aPrefix.GetNext())) != nullptr) in RemoveContext()
[all …]
Dnetwork_data_types.hpp71 class ContextTlv;
299 void SetFrom(const PrefixTlv &aPrefixTlv, const ContextTlv &aContextTlv);
Dnetwork_data_leader.cpp141 const ContextTlv *contextTlv; in GetContext()
152 contextTlv = prefixTlv->FindSubTlv<ContextTlv>(); in GetContext()
185 const ContextTlv *contextTlv = prefixTlv->FindSubTlv<ContextTlv>(); in GetContext()
Dnetwork_data.cpp257 const ContextTlv *contextTlv = As<ContextTlv>(subCur); in Iterate()
471 ContextTlv *context = aPrefix.FindSubTlv<ContextTlv>(); in RemoveTemporaryDataIn()
Dnetwork_data_types.cpp252 void LowpanContextInfo::SetFrom(const PrefixTlv &aPrefixTlv, const ContextTlv &aContextTlv) in SetFrom()
Dnetwork_data_tlvs.hpp1197 class ContextTlv : public NetworkDataTlv class
1213 SetLength(sizeof(ContextTlv) - sizeof(NetworkDataTlv)); in Init()