Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dindirect_sender.hpp272 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
Dindirect_sender.cpp326 Error IndirectSender::PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aCh… in PrepareFrameForChild() function in ot::IndirectSender
586 error = PrepareFrameForChild(aFrame, aContext, static_cast<Child &>(aCslNeighbor)); in PrepareFrameForCslNeighbor()
/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp146 …VerifyOrExit(Get<IndirectSender>().PrepareFrameForChild(*frame, mFrameContext, *mIndirectTxChild) … in HandleFrameRequest()