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