Searched refs:GetOptionLength (Results 1 – 4 of 4) sorted by relevance
1228 VerifyOrExit((GetOptionLength() == kShortLength) || (GetOptionLength() >= kLongLength)); in IsValid()1256 VerifyOrExit(GetOptionLength() >= kShortLength, error = kErrorParse); in ReadFrom()
2450 uint16_t GetOptionLength(void) const { return BigEndian::HostSwap16(mOptionLength); } in GetOptionLength() function in ot::Dns::Option2464 uint32_t GetSize(void) const { return sizeof(Option) + GetOptionLength(); } in GetSize()2507 bool IsShortVariant(void) const { return (GetOptionLength() == kShortLength); } in IsShortVariant()
767 …uint16_t GetOptionLength(void) const { return ContainsAnyOptions() ? mData.GetLength() - sizeof(He… in GetOptionLength() function in ot::Ip6::Nd::RouterAdvert::RxMessage
3794 sha256.Update(aRaMessage.GetOptionStart(), aRaMessage.GetOptionLength()); in CalculateHash()