Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsntp_client.hpp148 uint32_t GetRootDelay(void) const { return BigEndian::HostSwap32(mRootDelay); } in GetRootDelay()
149 … void SetRootDelay(uint32_t aRootDelay) { mRootDelay = BigEndian::HostSwap32(aRootDelay); } in SetRootDelay()
226 …uint32_t mRootDelay; // Total round-trip delay to the reference clock, in NTP sho… member in ot::Sntp::Client::Header