Searched refs:contextTlv (Results 1 – 2 of 2) sorted by relevance
141 const ContextTlv *contextTlv; in GetContext() local152 contextTlv = prefixTlv->FindSubTlv<ContextTlv>(); in GetContext()154 if (contextTlv == nullptr) in GetContext()162 aContext.mContextId = contextTlv->GetContextId(); in GetContext()163 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()185 const ContextTlv *contextTlv = prefixTlv->FindSubTlv<ContextTlv>(); in GetContext() local187 if ((contextTlv == nullptr) || (contextTlv->GetContextId() != aContextId)) in GetContext()193 aContext.mContextId = contextTlv->GetContextId(); in GetContext()194 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()
257 const ContextTlv *contextTlv = As<ContextTlv>(subCur); in Iterate() local269 aConfig.mLowpanContext->SetFrom(*prefixTlv, *contextTlv); in Iterate()