Home
last modified time | relevance | path

Searched refs:DequeueAndFreeAll (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/coap/
Dcoap_secure.cpp57 mTransmitQueue.DequeueAndFreeAll(); in Cleanup()
112 mTransmitQueue.DequeueAndFreeAll(); in HandleDtlsConnectEvent()
Dcoap.cpp1559 mQueue.DequeueAndFreeAll(); in DequeueAllResponses()
/openthread-latest/src/core/common/
Dmessage.hpp1637 void DequeueAndFreeAll(void);
1747 void DequeueAndFreeAll(void);
Dmessage.cpp931 void MessageQueue::DequeueAndFreeAll(void) in DequeueAndFreeAll() function in ot::MessageQueue
1080 void PriorityQueue::DequeueAndFreeAll(void) in DequeueAndFreeAll() function in ot::PriorityQueue
/openthread-latest/src/core/radio/
Dble_secure.cpp124 mTransmitQueue.DequeueAndFreeAll(); in Stop()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp143 mSendQueue.DequeueAndFreeAll(); in Stop()
144 mReassemblyList.DequeueAndFreeAll(); in Stop()
Dmle.cpp4533 mSchedules.DequeueAndFreeAll(); in Stop()
4700 schedulesToExecute.DequeueAndFreeAll(); in HandleTimer()
/openthread-latest/src/core/net/
Dip6.cpp733 void Ip6::CleanupFragmentationBuffer(void) { mReassemblyList.DequeueAndFreeAll(); } in CleanupFragmentationBuffer()