Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmessage.h381 otMessageQueueInfo m6loReassemblyQueue; ///< Info about 6LoWPAN reassembly queue. member
/openthread-latest/src/core/instance/
Dinstance.cpp485 Get<MeshForwarder>().GetReassemblyQueue().GetInfo(aInfo.m6loReassemblyQueue); in GetBufferInfo()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2802 SuccessOrExit(error = mEncoder.WriteUint16(bufferInfo.m6loReassemblyQueue.mNumMessages)); in HandlePropertyGet()
2803 SuccessOrExit(error = mEncoder.WriteUint16(bufferInfo.m6loReassemblyQueue.mNumBuffers)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1158 {&otBufferInfo::m6loReassemblyQueue, "6lo reas"}, in Process()