Home | History | Annotate | Download | only in ntpd

Lines Matching defs:hour

141 	int hour;			/* hour */
553 ** Convert the seven bytes received in our time buffer to day, hour, minute,
563 datum_pts->hour = 10*((datum_pts->retbuf[2] & 0x30)>>4) +
580 printf("day %d, hour %d, minute %d, second %d, msec %d\n",
582 datum_pts->hour,
612 ** pick the one that gives the smallest error (+- one half hour). The time
619 ** a half hour of the Datum time (even with time zone differences).
624 datum_pts->hour,
665 datum_pts->hour,
774 printf("PTS: day %d, hour %d, minute %d, second %d, msec %d, Time Error %f\n",
776 datum_pts->hour,