Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsntp_client.hpp201 …etTransmitTimestampSeconds(void) const { return BigEndian::HostSwap32(mTransmitTimestampSeconds); } in GetTransmitTimestampSeconds()
204 mTransmitTimestampSeconds = BigEndian::HostSwap32(aTimestamp); in SetTransmitTimestampSeconds()
235 …uint32_t mTransmitTimestampSeconds; // Time at server when the response left for the client (NTP… member in ot::Sntp::Client::Header