Lines Matching defs:ntpdata
121 struct ntpdata { struct
122 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;
131 struct l_fixedpt rec_timestamp;
132 struct l_fixedpt xmt_timestamp;
133 uint32_t key_id;
134 uint8_t message_digest[16];