Home
last modified time | relevance | path

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

/openthread-latest/src/core/instance/
Dinstance.cpp484 Get<MeshForwarder>().GetSendQueue().GetInfo(aInfo.m6loSendQueue); in GetBufferInfo()
486 Get<Ip6::Ip6>().GetSendQueue().GetInfo(aInfo.mIp6Queue); in GetBufferInfo()
/openthread-latest/src/core/net/
Dip6.hpp276 const PriorityQueue &GetSendQueue(void) const { return mSendQueue; } in GetSendQueue() function in ot::Ip6::Ip6
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp258 const PriorityQueue &GetSendQueue(void) const { return mSendQueue; } in GetSendQueue() function in ot::MeshForwarder