Home
last modified time | relevance | path

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

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