Searched refs:contextTlv (Results 1 – 1 of 1) sorted by relevance
134 const ContextTlv *contextTlv; in GetContext() local147 contextTlv = prefix->FindSubTlv<ContextTlv>(); in GetContext()149 if (contextTlv == nullptr) in GetContext()157 aContext.mContextId = contextTlv->GetContextId(); in GetContext()158 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()181 const ContextTlv *contextTlv = prefix->FindSubTlv<ContextTlv>(); in GetContext() local183 if ((contextTlv == nullptr) || (contextTlv->GetContextId() != aContextId)) in GetContext()189 aContext.mContextId = contextTlv->GetContextId(); in GetContext()190 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()