Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dnetwork_data_leader.cpp134 const ContextTlv *contextTlv; in GetContext() local
147 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() local
183 if ((contextTlv == nullptr) || (contextTlv->GetContextId() != aContextId)) in GetContext()
189 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
190 aContext.mCompressFlag = contextTlv->IsCompress(); in GetContext()