Home
last modified time | relevance | path

Searched refs:PanIds (Results 1 – 10 of 10) sorted by relevance

/openthread-3.6.0/src/core/mac/
Dmac_types.cpp113 void PanIds::SetSource(PanId aPanId) in SetSource()
119 void PanIds::SetDestination(PanId aPanId) in SetDestination()
125 void PanIds::SetBothSourceDestination(PanId aPanId) in SetBothSourceDestination()
Dmac_types.hpp428 class PanIds : public Clearable<PanIds> class
435 PanIds(void) { Clear(); } in PanIds() function in ot::Mac::PanIds
Ddata_poll_sender.cpp559 Mac::PanIds panIds; in PrepareDataRequest()
Dmac_frame.cpp60 const PanIds &aPanIds, in InitMacHeader()
1408 PanIds panIds; in GenerateEnhAck()
Dmac_frame.hpp394 const PanIds &aPanIds,
Dmac.cpp742 PanIds panIds; in PrepareBeaconRequest()
762 PanIds panIds; in PrepareBeacon()
/openthread-3.6.0/src/core/thread/
Dmesh_forwarder.hpp519 const Mac::PanIds &aPanIds,
Dmesh_forwarder.cpp186 Mac::PanIds panIds; in PrepareEmptyFrame()
857 const Mac::PanIds &aPanIds, in PrepareMacHeaders()
899 Mac::PanIds panIds; in PrepareDataFrame()
Dmesh_forwarder_ftd.cpp353 Mac::PanIds panIds; in SendMesh()
/openthread-3.6.0/tests/unit/
Dtest_mac_frame.cpp292 Mac::PanIds panIds; in TestMacHeader()