Lines Matching defs:datum_pts_unit
129 struct datum_pts_unit { struct
130 struct peer *peer; /* peer used by ntp */
131 int PTS_fd; /* file descriptor for PTS */
132 u_int unit; /* id for unit */
133 u_long timestarted; /* time started */
134 l_fp lastrec; /* time tag for the receive time (system) */
135 l_fp lastref; /* reference time (Datum time) */
136 u_long yearstart; /* the year that this clock started */
137 int coderecv; /* number of time codes received */
138 int day; /* day */
139 int hour; /* hour */
140 int minute; /* minutes */
141 int second; /* seconds */
142 int msec; /* miliseconds */
143 int usec; /* miliseconds */
144 u_char leap; /* funny leap character code */
145 char retbuf[8]; /* returned time from the datum pts */
146 char nbytes; /* number of bytes received from datum pts */
147 double sigma2; /* average squared error (roughly) */
148 int tzoff; /* time zone offest from GMT */