Lines Matching defs:ntpdata
116 struct ntpdata { struct
117 u_char status; /* status of local clock and leap info */
118 u_char stratum; /* Stratum level */
119 u_char ppoll; /* poll value */
120 int precision:8;
121 struct s_fixedpt root_delay;
122 struct s_fixedpt root_dispersion;
123 uint32_t refid;
124 struct l_fixedpt ref_timestamp;
125 struct l_fixedpt org_timestamp;
126 struct l_fixedpt rec_timestamp;
127 struct l_fixedpt xmt_timestamp;
128 uint32_t key_id;
129 uint8_t message_digest[16];