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

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_wwv.c119 * SELV and/or SELH are set when WWV or WWVH have been heard and cleared
149 #define SELV 0x0100 /* WWV station select */ macro
1226 if (up->status & SELV)
1426 if (!(up->status & (SELV | SELH)))
1985 up->status &= ~(SELV | SELH);
2440 up->status &= ~(SELV | SELH);
2454 if (sp->select & SELV) {
2455 up->status |= SELV;
2522 cp->wwv.select = SELV;

Completed in 129 milliseconds