Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmessage.h382 otMessageQueueInfo mIp6Queue; ///< Info about IPv6 send queue. member
/openthread-latest/src/core/instance/
Dinstance.cpp486 Get<Ip6::Ip6>().GetSendQueue().GetInfo(aInfo.mIp6Queue); in GetBufferInfo()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2804 SuccessOrExit(error = mEncoder.WriteUint16(bufferInfo.mIp6Queue.mNumMessages)); in HandlePropertyGet()
2805 SuccessOrExit(error = mEncoder.WriteUint16(bufferInfo.mIp6Queue.mNumBuffers)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1159 {&otBufferInfo::mIp6Queue, "ip6"}, in Process()