Home
last modified time | relevance | path

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

/systemd-251/src/timedate/
Dtimedated.c562 struct timex txc = {}; in ntp_synced() local
564 if (adjtimex(&txc) < 0) in ntp_synced()
570 return txc.maxerror < 16000000; in ntp_synced()