Home
last modified time | relevance | path

Searched refs:SetBothSourceDestination (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_types.cpp156 void PanIds::SetBothSourceDestination(PanId aPanId) in SetBothSourceDestination() function in ot::Mac::PanIds
Dmac_types.hpp467 void SetBothSourceDestination(PanId aPanId);
Ddata_poll_sender.cpp567 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in PrepareDataRequest()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp176 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in PrepareEmptyFrame()
926 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in PrepareDataFrame()
Dmesh_forwarder_ftd.cpp335 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in SendMesh()