Searched defs:ntp_time_data (Results 1 – 1 of 1) sorted by relevance
94 struct ntp_time_data { struct95 nd_uint8_t status; /* status of local clock and leap info */96 nd_uint8_t stratum; /* Stratum level */97 nd_int8_t ppoll; /* poll value */98 nd_int8_t precision;99 struct s_fixedpt root_delay;100 struct s_fixedpt root_dispersion;101 nd_uint32_t refid;102 struct l_fixedpt ref_timestamp;103 struct l_fixedpt org_timestamp;[all …]