Searched refs:ContextTlv (Results 1 – 6 of 6) sorted by relevance
848 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 …]
71 class ContextTlv;299 void SetFrom(const PrefixTlv &aPrefixTlv, const ContextTlv &aContextTlv);
141 const ContextTlv *contextTlv; in GetContext()152 contextTlv = prefixTlv->FindSubTlv<ContextTlv>(); in GetContext()185 const ContextTlv *contextTlv = prefixTlv->FindSubTlv<ContextTlv>(); in GetContext()
257 const ContextTlv *contextTlv = As<ContextTlv>(subCur); in Iterate()471 ContextTlv *context = aPrefix.FindSubTlv<ContextTlv>(); in RemoveTemporaryDataIn()
252 void LowpanContextInfo::SetFrom(const PrefixTlv &aPrefixTlv, const ContextTlv &aContextTlv) in SetFrom()
1197 class ContextTlv : public NetworkDataTlv class1213 SetLength(sizeof(ContextTlv) - sizeof(NetworkDataTlv)); in Init()