Searched defs:ntpdata (Results 1 – 1 of 1) sorted by relevance
78 struct ntpdata { struct79 u_char status; /* status of local clock and leap info */80 u_char stratum; /* Stratum level */81 u_char ppoll; /* poll value */82 int precision:8;83 struct s_fixedpt root_delay;84 struct s_fixedpt root_dispersion;85 u_int32_t refid;86 struct l_fixedpt ref_timestamp;87 struct l_fixedpt org_timestamp;[all …]