HomeSort by: relevance | last modified time | path
    Searched defs:ppsapi_tried (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_wwvb.c 135 int ppsapi_tried; /* attempt PPSAPI once */ member in struct:wwvbunit
575 if (!up->ppsapi_tried)
577 up->ppsapi_tried = 0;
588 if (up->ppsapi_tried)
593 up->ppsapi_tried = 1;
refclock_nmea.c 249 u_char ppsapi_tried; /* attempt PPSAPI once */ member in struct:__anon7450
503 if ((CLK_FLAG1 & pp->sloppyclockflag) && !up->ppsapi_tried) {
505 up->ppsapi_tried = TRUE;
541 if ( !(CLK_FLAG1 & pp->sloppyclockflag) && up->ppsapi_tried) {
551 up->ppsapi_tried = FALSE;

Completed in 47 milliseconds