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