Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_wwvb.c133 int ppsapi_tried; /* attempt PPSAPI once */ member
572 if (!up->ppsapi_tried) in wwvb_control()
574 up->ppsapi_tried = 0; in wwvb_control()
585 if (up->ppsapi_tried) in wwvb_control()
590 up->ppsapi_tried = 1; in wwvb_control()
H A Drefclock_nmea.c247 u_char ppsapi_tried; /* attempt PPSAPI once */ member
501 if ((CLK_FLAG1 & pp->sloppyclockflag) && !up->ppsapi_tried) { in nmea_control()
503 up->ppsapi_tried = TRUE; in nmea_control()
539 if ( !(CLK_FLAG1 & pp->sloppyclockflag) && up->ppsapi_tried) { in nmea_control()
549 up->ppsapi_tried = FALSE; in nmea_control()