Searched refs:otMessageQueueInfo (Results 1 – 3 of 3) sorted by relevance
277 typedef struct otMessageQueueInfo struct282 } otMessageQueueInfo; argument292 otMessageQueueInfo m6loSendQueue; ///< Info about 6LoWPAN send queue.293 otMessageQueueInfo m6loReassemblyQueue; ///< Info about 6LoWPAN reassembly queue.294 otMessageQueueInfo mIp6Queue; ///< Info about IPv6 send queue.295 otMessageQueueInfo mMplQueue; ///< Info about MPL send queue.296 otMessageQueueInfo mMleQueue; ///< Info about MLE delayed message queue.297 otMessageQueueInfo mCoapQueue; ///< Info about CoAP/TMF send queue.298 otMessageQueueInfo mCoapSecureQueue; ///< Info about CoAP secure send queue.299 otMessageQueueInfo mApplicationCoapQueue; ///< Info about application CoAP send queue.
1393 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo…1508 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo…
962 const otMessageQueueInfo otBufferInfo::*mQueuePtr; in Process()