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

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_schmid.c185 clock_time->flags |= PARSEB_LEAPADD; /* default: DCF77 data format deficiency */
H A Dclk_meinberg.c397 clock_time->flags |= PARSEB_LEAPADD;
415 clock_time->flags |= PARSEB_LEAPADD;
569 clock_time->flags |= PARSEB_LEAPADD;
H A Dclk_trimtsip.c291 clock_time->flags |= PARSEB_LEAPADD;
H A Dclk_rawdcf.c368 clock_time->flags |= PARSEB_LEAPADD; /* default: DCF77 data format deficiency */
/netbsd-current/external/bsd/ntp/dist/include/
H A Dparse.h132 #define PARSEB_LEAPADD 0x00000200 /* LEAP addition warning */ macro
165 #define PARSE_LEAPADD(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPADD))
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c2527 { PARSEB_LEAPADD, "LEAP ADD WARNING" },

Completed in 107 milliseconds