Searched refs:otMessageQueueInfo (Results 1 – 3 of 3) sorted by relevance
359 typedef struct otMessageQueueInfo struct364 } otMessageQueueInfo; argument380 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.
1574 …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…
1152 const otMessageQueueInfo otBufferInfo::*mQueuePtr; in Process()