Home
last modified time | relevance | path

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

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