Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_loopfilter.c580 case EVNT_SYNC: in local_clock()
649 rstclock(EVNT_SYNC, 0); in local_clock()
720 rstclock(EVNT_SYNC, fp_offset); in local_clock()
961 if (state != EVNT_SYNC) { in adj_host_clock()
/freebsd-9-stable/contrib/ntp/libntp/
Dstatestr.c118 { EVNT_SYNC, "clock_sync" },
/freebsd-9-stable/contrib/ntp/include/
Dntp.h625 #define EVNT_SYNC 5 /* clock sync */ macro