Searched defs:ntpdata (Results 1 – 1 of 1) sorted by relevance
121 struct ntpdata { struct122 u_char status; /* status of local clock and leap info */123 u_char stratum; /* Stratum level */124 u_char ppoll; /* poll value */125 int precision:8;126 struct s_fixedpt root_delay;127 struct s_fixedpt root_dispersion;128 uint32_t refid;129 struct l_fixedpt ref_timestamp;130 struct l_fixedpt org_timestamp;[all …]