Searched refs:GetDstPanId (Results 1 – 8 of 8) sorted by relevance
124 if (aNode.mRadio.mTxFrame.GetDstPanId(dstPanId) != kErrorNone) in ProcessRadio()
77 SuccessOrExit(frame.GetDstPanId(panid)); in otMacFrameDoesAddrMatchAny()
180 if (mTxFrame.GetDstPanId(destPanId) != kErrorNone) in BeginTransmit()
458 Error Frame::GetDstPanId(PanId &aPanId) const in GetDstPanId() function in ot::Mac::Frame1431 SuccessOrExit(error = aRxFrame.GetDstPanId(panId)); in GenerateEnhAck()
348 Error GetDstPanId(PanId &aPanId) const;
247 IgnoreError(aBeaconFrame->GetDstPanId(aResult.mPanId)); in ConvertBeaconToActiveScanResult()1895 if (kErrorNone == aFrame->GetDstPanId(panid)) in HandleReceivedFrame()
49 IgnoreError(aFrame.GetDstPanId(mPanId)); in SetFrom()55 if (kErrorNone != aFrame.GetDstPanId(dstPanId)) in SetFrom()
388 SuccessOrQuit(frame.GetDstPanId(panId)); in TestMacHeader()