Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dframe_builder.hpp226 void *AppendLength(uint16_t aLength);
243 return static_cast<ObjectType *>(AppendLength(sizeof(ObjectType))); in Append()
Dframe_builder.cpp121 void *FrameBuilder::AppendLength(uint16_t aLength) in AppendLength() function in ot::FrameBuilder
/openthread-latest/src/core/mac/
Dmac_frame.cpp215 builder.AppendLength(CalculateSecurityHeaderSize(secCtl) - sizeof(secCtl)); in PrepareHeadersIn()
251 builder.AppendLength(micSize + aTxFrame.GetFcsSize()); in PrepareHeadersIn()
1496 builder.AppendLength(CalculateSecurityHeaderSize(secCtl) - sizeof(secCtl)); in GenerateWakeupFrame()
1504 builder.AppendLength(CalculateMicSize(secCtl) + GetFcsSize()); in GenerateWakeupFrame()