Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ntp.c116 struct ntpdata { struct
117 u_char status; /* status of local clock and leap info */
118 u_char stratum; /* Stratum level */
119 u_char ppoll; /* poll value */
120 int precision:8;
121 struct s_fixedpt root_delay;
122 struct s_fixedpt root_dispersion;
123 uint32_t refid;
124 struct l_fixedpt ref_timestamp;
125 struct l_fixedpt org_timestamp;
[all …]