Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd6.hpp88 static constexpr uint16_t kLengthUnit = 8; ///< The unit of length in octets. member in ot::Ip6::Nd::Option
111 …d SetSize(uint16_t aSize) { mLength = static_cast<uint8_t>(DivideAndRoundUp(aSize, kLengthUnit)); } in SetSize()
118 uint16_t GetSize(void) const { return mLength * kLengthUnit; } in GetSize()
335 …static constexpr uint16_t kMinSize = kLengthUnit; ///< Minimum size (in bytes) of a Route Info …
413 return kLengthUnit * OptionLengthForPrefix(aPrefixLength); in OptionSizeForPrefix()