Home
last modified time | relevance | path

Searched refs:GetDstPanId (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp124 if (aNode.mRadio.mTxFrame.GetDstPanId(dstPanId) != kErrorNone) in ProcessRadio()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp77 SuccessOrExit(frame.GetDstPanId(panid)); in otMacFrameDoesAddrMatchAny()
/openthread-latest/src/core/radio/
Dtrel_link.cpp180 if (mTxFrame.GetDstPanId(destPanId) != kErrorNone) in BeginTransmit()
/openthread-latest/src/core/mac/
Dmac_frame.cpp458 Error Frame::GetDstPanId(PanId &aPanId) const in GetDstPanId() function in ot::Mac::Frame
1431 SuccessOrExit(error = aRxFrame.GetDstPanId(panId)); in GenerateEnhAck()
Dmac_frame.hpp348 Error GetDstPanId(PanId &aPanId) const;
Dmac.cpp247 IgnoreError(aBeaconFrame->GetDstPanId(aResult.mPanId)); in ConvertBeaconToActiveScanResult()
1895 if (kErrorNone == aFrame->GetDstPanId(panid)) in HandleReceivedFrame()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp49 IgnoreError(aFrame.GetDstPanId(mPanId)); in SetFrom()
55 if (kErrorNone != aFrame.GetDstPanId(dstPanId)) in SetFrom()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp388 SuccessOrQuit(frame.GetDstPanId(panId)); in TestMacHeader()