Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd6.cpp129 SetLength(OptionLengthForPrefix(aPrefix.mLength)); in SetPrefix()
139 (GetLength() >= OptionLengthForPrefix(mPrefixLength)) && in IsValid()
143 uint8_t RouteInfoOption::OptionLengthForPrefix(uint8_t aPrefixLength) in OptionLengthForPrefix() function in ot::Ip6::Nd::RouteInfoOption
Dnd6.hpp402 static uint8_t OptionLengthForPrefix(uint8_t aPrefixLength);
413 return kLengthUnit * OptionLengthForPrefix(aPrefixLength); in OptionSizeForPrefix()