Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_leader.cpp115 const ContextTlv *contextTlv; in GetContext() local
128 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() local
164 if ((contextTlv == nullptr) || (contextTlv->GetContextId() != aContextId)) in GetContext()
170 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
171 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()