Home
last modified time | relevance | path

Searched refs:GetFcsSize (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.cpp251 builder.AppendLength(micSize + aTxFrame.GetFcsSize()); in PrepareHeadersIn()
852 uint8_t footerLength = static_cast<uint8_t>(GetFcsSize()); in GetFooterLength()
972 VerifyOrExit(kFcfSize + GetFcsSize() <= mLength, index = kInvalidIndex); in SkipAddrFieldIndex()
1270 uint8_t Frame::GetFcsSize(void) const in GetFcsSize() function in ot::Mac::Frame
1295 uint8_t Frame::GetFcsSize(void) const { return Trel::Link::kFcsSize; } in GetFcsSize() function in ot::Mac::Frame
1332 SetLength(aFromFrame.GetLength() - aFromFrame.GetFcsSize() + GetFcsSize()); in CopyFrom()
1356 tagLength = GetFooterLength() - GetFcsSize(); in ProcessTransmitAesCcm()
1504 builder.AppendLength(CalculateMicSize(secCtl) + GetFcsSize()); in GenerateWakeupFrame()
1537 tagLength = GetFooterLength() - GetFcsSize(); in ProcessReceiveAesCcm()
Dmac_frame.hpp742 uint8_t GetFcsSize(void) const in GetFcsSize() function in ot::Mac::Frame
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp979 … (aFrame.GetFooterLength() - aFrame.GetFcsSize() + kMeshHeaderFrameFcsSize); in PrepareDataFrame()