Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmessage.h359 typedef struct otMessageQueueInfo struct
364 } otMessageQueueInfo; argument
380 otMessageQueueInfo m6loSendQueue; ///< Info about 6LoWPAN send queue.
381 otMessageQueueInfo m6loReassemblyQueue; ///< Info about 6LoWPAN reassembly queue.
382 otMessageQueueInfo mIp6Queue; ///< Info about IPv6 send queue.
383 otMessageQueueInfo mMplQueue; ///< Info about MPL send queue.
384 otMessageQueueInfo mMleQueue; ///< Info about MLE delayed message queue.
385 otMessageQueueInfo mCoapQueue; ///< Info about CoAP/TMF send queue.
386 otMessageQueueInfo mCoapSecureQueue; ///< Info about CoAP secure send queue.
387 otMessageQueueInfo mApplicationCoapQueue; ///< Info about application CoAP send queue.
/openthread-latest/src/core/common/
Dmessage.hpp1574 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo…
1679 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo…
/openthread-latest/src/cli/
Dcli.cpp1152 const otMessageQueueInfo otBufferInfo::*mQueuePtr; in Process()