Home
last modified time | relevance | path

Searched defs:SNtpPacket (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/
HDntpClient.h67 struct SNtpPacket struct
70 unsigned char flags; /* value 0xDB : mode 3 (client), version 3, leap indicator unknown 3 */
73 quint8 stratum; /* value 0 : unspecified */
76 qint8 poll; /* 10 means 1 << 10 = 1024 seconds */
79 qint8 precision; /* 0xFA = 250 = 0.015625 seconds */
82 qint32 rootDelay; /* 0x5D2E = 23854 or (23854/65535)= 0.3640 sec */
85 qint32 rootDispersion; /* 0x0008 CAC8 = 8.7912 seconds */
88 qint8 referenceID[ 4 ]; /* or just 0000 */
91 SNtpTimestamp referenceTimestamp; /* Current time */
94 SNtpTimestamp originateTimestamp; /* Keep 0 */
[all …]