Searched refs:mRootDelay (Results 1 – 1 of 1) sorted by relevance
154 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