Home
last modified time | relevance | path

Searched defs:GetTtlByteAt (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/net/
Ddns_types.hpp2417 …uint8_t GetTtlByteAt(uint8_t aIndex) const { return reinterpret_cast<const uint8_t *>(&mTtl)[aInd… in GetTtlByteAt() function in ot::Dns::OptRecord
2418 uint8_t &GetTtlByteAt(uint8_t aIndex) { return reinterpret_cast<uint8_t *>(&mTtl)[aIndex]; } in GetTtlByteAt() function in ot::Dns::OptRecord