Home
last modified time | relevance | path

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

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