Lines Matching defs:ntp_time_data
98 struct ntp_time_data { struct
99 nd_uint8_t status; /* status of local clock and leap info */
100 nd_uint8_t stratum; /* Stratum level */
101 nd_int8_t ppoll; /* poll value */
102 nd_int8_t precision;
103 struct s_fixedpt root_delay;
104 struct s_fixedpt root_dispersion;
105 nd_uint32_t refid;
106 struct l_fixedpt ref_timestamp;
107 struct l_fixedpt org_timestamp;
108 struct l_fixedpt rec_timestamp;
109 struct l_fixedpt xmt_timestamp;
110 nd_uint32_t key_id;
111 nd_uint8_t message_digest[20];