Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_wwvb.c135 int ppsapi_tried; /* attempt PPSAPI once */ member
575 if (!up->ppsapi_tried) in wwvb_control()
577 up->ppsapi_tried = 0; in wwvb_control()
588 if (up->ppsapi_tried) in wwvb_control()
593 up->ppsapi_tried = 1; in wwvb_control()
Drefclock_nmea.c249 u_char ppsapi_tried; /* attempt PPSAPI once */ member
503 if ((CLK_FLAG1 & pp->sloppyclockflag) && !up->ppsapi_tried) { in nmea_control()
505 up->ppsapi_tried = TRUE; in nmea_control()
541 if ( !(CLK_FLAG1 & pp->sloppyclockflag) && up->ppsapi_tried) { in nmea_control()
551 up->ppsapi_tried = FALSE; in nmea_control()