Home
last modified time | relevance | path

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

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