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

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_chu.c283 #define METRIC 0x0800 /* one or more stations heard */ macro
1511 up->status &= INSYNC | METRIC;
1565 up->status |= METRIC;
1594 if (metric == 0 && up->status & METRIC) {
1595 up->status &= ~METRIC;
H A Drefclock_wwv.c140 #define METRIC 0x0080 /* one or more stations heard */ macro
2443 if (up->status & METRIC) {
2444 up->status &= ~METRIC;
2453 up->status |= METRIC;

Completed in 117 milliseconds