Home
last modified time | relevance | path

Searched refs:asserted_time (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c237 time_t asserted_time; /* the SPM time based on the composite time+date */ in dumbclock_receive() local
262 asserted_time = mktime (&asserted_tm); in dumbclock_receive()
267 reality_delta = asserted_time - now; in dumbclock_receive()
275 asserted_time -= SECSPERDAY; /* local clock behind real time */ in dumbclock_receive()
279 asserted_time += SECSPERDAY; /* local clock ahead of real time */ in dumbclock_receive()
281 lt_p = localtime(&asserted_time); in dumbclock_receive()
292 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()