Home
last modified time | relevance | path

Searched refs:aFromFrame (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.cpp1298 void TxFrame::CopyFrom(const TxFrame &aFromFrame) in CopyFrom() argument
1306 memcpy(this, &aFromFrame, sizeof(Frame)); in CopyFrom()
1318 memcpy(mPsdu, aFromFrame.mPsdu, aFromFrame.mLength); in CopyFrom()
1322 memcpy(mInfo.mTxInfo.mIeInfo, aFromFrame.mInfo.mTxInfo.mIeInfo, sizeof(otRadioIeInfo)); in CopyFrom()
1326 if (mRadioType != aFromFrame.GetRadioType()) in CopyFrom()
1332 SetLength(aFromFrame.GetLength() - aFromFrame.GetFcsSize() + GetFcsSize()); in CopyFrom()
Dmac_frame.hpp1201 void CopyFrom(const TxFrame &aFromFrame);