Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/mac/
Dmac_frame.hpp845 uint16_t GetPsduLength(void) const { return mLength; } in GetPsduLength() function in ot::Mac::Frame
Dmac_frame.cpp1217 SetLength(aFromFrame.GetPsduLength() - aFromFrame.GetFcsSize() + GetFcsSize()); in CopyFrom()