Lines Matching defs:ntpdata
78 struct ntpdata { struct
79 u_char status; /* status of local clock and leap info */
80 u_char stratum; /* Stratum level */
81 u_char ppoll; /* poll value */
82 int precision:8;
83 struct s_fixedpt root_delay;
84 struct s_fixedpt root_dispersion;
85 u_int32_t refid;
86 struct l_fixedpt ref_timestamp;
87 struct l_fixedpt org_timestamp;
88 struct l_fixedpt rec_timestamp;
89 struct l_fixedpt xmt_timestamp;
90 u_int32_t key_id;
91 u_int8_t message_digest[16];