Home
last modified time | relevance | path

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

/external/openthread/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.
/external/openthread/src/core/common/
Dmessage.hpp1578 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo…
1683 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo…
/external/openthread/src/cli/
Dcli.cpp1201 const otMessageQueueInfo otBufferInfo::*mQueuePtr; in Process()