Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dmessage.h277 typedef struct otMessageQueueInfo struct
282 } otMessageQueueInfo; argument
292 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.
/external/openthread/src/core/common/
Dmessage.hpp1393 …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…
/external/openthread/src/cli/
Dcli.cpp962 const otMessageQueueInfo otBufferInfo::*mQueuePtr; in Process()