Searched refs:FrameContext (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/thread/ |
D | indirect_sender.hpp | 263 …Error PrepareFrameForCslNeighbor(Mac::TxFrame &aFrame, FrameContext &aContext, CslNeighbor &aCslNe… 265 const FrameContext &aContext, 272 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild); 273 …void HandleSentFrameToChild(const Mac::TxFrame &aFrame, const FrameContext &aContext, Error aErro…
|
D | csl_tx_scheduler.hpp | 189 typedef IndirectSenderBase::FrameContext FrameContext; typedef in ot::CslTxScheduler 206 FrameContext mFrameContext;
|
D | indirect_sender_frame_context.hpp | 71 struct FrameContext struct in ot::IndirectSenderBase
|
D | indirect_sender.cpp | 326 Error IndirectSender::PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aCh… in PrepareFrameForChild() 411 const FrameContext &aContext, in HandleSentFrameToChild() 579 FrameContext &aContext, in PrepareFrameForCslNeighbor() 597 const FrameContext &aContext, in HandleSentFrameToCslNeighbor()
|
/openthread-latest/src/core/mac/ |
D | data_poll_handler.hpp | 185 typedef IndirectSenderBase::FrameContext FrameContext; typedef in ot::DataPollHandler 197 …FrameContext mFrameContext; // Context for the prepared frame for the current indirect tx (if a…
|