Home
last modified time | relevance | path

Searched refs:SetSrcMatchAsShort (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dsrc_match_controller.hpp115 void SetSrcMatchAsShort(Child &aChild, bool aUseShortAddress);
Dsrc_match_controller.cpp86 void SourceMatchController::SetSrcMatchAsShort(Child &aChild, bool aUseShortAddress) in SetSrcMatchAsShort() function in ot::SourceMatchController
Dindirect_sender.cpp182 mSourceMatchController.SetSrcMatchAsShort(aChild, aUseShortAddress); in SetChildUseShortAddress()
495 mSourceMatchController.SetSrcMatchAsShort(aChild, true); in HandleSentFrameToChild()
/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp114 Get<SourceMatchController>().SetSrcMatchAsShort(*child, true); in HandleDataPoll()