Searched refs:INSYNC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_chu.c280 #define INSYNC 0x0400 /* clock synchronized */ macro
1343 up->status |= INSYNC;
1345 if (!(up->status & INSYNC)) {
1369 if (up->status & INSYNC && !(up->status & (DECODE | STAMP)) &&
1488 up->status &= INSYNC | METRIC;
H A Drefclock_wwv.c123 * has reached the threshold and INSYNC is set when all nine digits have
124 * reached the threshold. The MSYNC, DSYNC and INSYNC bits are cleared
136 #define INSYNC 0x0008 /* clock synchronized */ macro
1888 if (up->status & INSYNC) {
2068 up->status |= INSYNC;
2069 if (up->status & INSYNC && up->status & SSYNC) {
2195 INSYNC)) {
2264 if (up->misc & SECWAR && up->status & INSYNC) {
2483 * (SYNCH) without finding station sync (INSYNC lit).
2485 * 3 After finding station sync (INSYNC li
[all...]

Completed in 119 milliseconds