Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.hpp2245 uint32_t GetInception(void) const { return BigEndian::HostSwap32(mInception); } in GetInception()
2252 void SetInception(uint32_t aInception) { mInception = BigEndian::HostSwap32(aInception); } in SetInception()
2304 uint32_t mInception; // Signature inception time (seconds since Jan 1, 1970). member in ot::Dns::SigRecord