Searched refs:kShortLength (Results 1 – 2 of 2) sorted by relevance
1212 SetOptionLength(kShortLength); in InitAsShortVariant()1228 VerifyOrExit((GetOptionLength() == kShortLength) || (GetOptionLength() >= kLongLength)); in IsValid()1256 VerifyOrExit(GetOptionLength() >= kShortLength, error = kErrorParse); in ReadFrom()
2507 bool IsShortVariant(void) const { return (GetOptionLength() == kShortLength); } in IsShortVariant()2554 static constexpr uint16_t kShortLength = sizeof(uint32_t); // lease only. member in ot::Dns::LeaseOption