Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_dumbclock.c248 time_t asserted_time; /* the SPM time based on the composite time+date */ in dumbclock_receive() local
271 asserted_time = mktime (&asserted_tm); in dumbclock_receive()
276 reality_delta = asserted_time - now; in dumbclock_receive()
284 asserted_time -= SECSPERDAY; /* local clock behind real time */ in dumbclock_receive()
288 asserted_time += SECSPERDAY; /* local clock ahead of real time */ in dumbclock_receive()
290 lt_p = localtime(&asserted_time); in dumbclock_receive()
301 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()