Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp1212 SetOptionLength(kShortLength); in InitAsShortVariant()
1228 VerifyOrExit((GetOptionLength() == kShortLength) || (GetOptionLength() >= kLongLength)); in IsValid()
1256 VerifyOrExit(GetOptionLength() >= kShortLength, error = kErrorParse); in ReadFrom()
Ddns_types.hpp2507 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