Searched refs:contextTlv (Results 1 – 1 of 1) sorted by relevance
115 const ContextTlv *contextTlv; in GetContext() local128 contextTlv = prefix->FindSubTlv<ContextTlv>(); in GetContext()130 if (contextTlv == nullptr) in GetContext()138 aContext.mContextId = contextTlv->GetContextId(); in GetContext()139 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()162 const ContextTlv *contextTlv = prefix->FindSubTlv<ContextTlv>(); in GetContext() local164 if ((contextTlv == nullptr) || (contextTlv->GetContextId() != aContextId)) in GetContext()170 aContext.mContextId = contextTlv->GetContextId(); in GetContext()171 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()