Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Ddns_types.cpp1219 SetOptionLength(kLongLength); in InitAsLongVariant()
1228 VerifyOrExit((GetOptionLength() == kShortLength) || (GetOptionLength() >= kLongLength)); in IsValid()
Ddns_types.hpp2728 …static constexpr uint16_t kLongLength = sizeof(uint32_t) + sizeof(uint32_t); // lease and key lea… member in ot::Dns::LeaseOption