Searched refs:GetPsduLength (Results 1 – 2 of 2) sorted by relevance
845 uint16_t GetPsduLength(void) const { return mLength; } in GetPsduLength() function in ot::Mac::Frame
1217 SetLength(aFromFrame.GetPsduLength() - aFromFrame.GetFcsSize() + GetFcsSize()); in CopyFrom()