Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_headers.cpp102 void PadOption::InitForPadSize(uint8_t aPadSize) in InitForPadSize() function in ot::Ip6::PadOption
125 InitForPadSize(ExtensionHeader::kLengthUnitSize - size); in InitToPadHeaderWithSize()
Dip6_headers.hpp526 void InitForPadSize(uint8_t aPadSize);
Dip6.cpp389 padOption.InitForPadSize(static_cast<uint8_t>(mplOffsetRange.GetLength())); in RemoveMplOption()