Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.hpp2371 uint8_t GetVersion(void) const { return GetTtlByteAt(kVersionByteIndex); } in GetVersion()
2378 void SetVersion(uint8_t aVersion) { GetTtlByteAt(kVersionByteIndex) = aVersion; } in SetVersion()
2413 …static constexpr uint8_t kVersionByteIndex = 1; // Byte index of Version within the TTL fiel… member in ot::Dns::OptRecord