Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDrefclock_wwv.c134 #define SSYNC 0x0002 /* second epoch sync */ macro
1211 if (!(up->status & SSYNC)) in wwv_rf()
1265 if (!(up->status & SSYNC)) in wwv_rf()
1422 up->status &= ~(SSYNC | FGATE); in wwv_endpoc()
1470 up->status |= SSYNC; in wwv_endpoc()
2059 if (!(up->status & SSYNC)) in wwv_clock()
2065 if (up->status & INSYNC && up->status & SSYNC) { in wwv_clock()