Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp1228 VerifyOrExit((GetOptionLength() == kShortLength) || (GetOptionLength() >= kLongLength)); in IsValid()
1256 VerifyOrExit(GetOptionLength() >= kShortLength, error = kErrorParse); in ReadFrom()
Ddns_types.hpp2450 uint16_t GetOptionLength(void) const { return BigEndian::HostSwap16(mOptionLength); } in GetOptionLength() function in ot::Dns::Option
2464 uint32_t GetSize(void) const { return sizeof(Option) + GetOptionLength(); } in GetSize()
2507 bool IsShortVariant(void) const { return (GetOptionLength() == kShortLength); } in IsShortVariant()
Dnd6.hpp767 …uint16_t GetOptionLength(void) const { return ContainsAnyOptions() ? mData.GetLength() - sizeof(He… in GetOptionLength() function in ot::Ip6::Nd::RouterAdvert::RxMessage
/openthread-latest/src/core/border_router/
Drouting_manager.cpp3794 sha256.Update(aRaMessage.GetOptionStart(), aRaMessage.GetOptionLength()); in CalculateHash()