Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dclk_meinberg.c395 clock_time->flags |= PARSEB_LEAPADD; in cvt_meinberg()
413 clock_time->flags |= PARSEB_LEAPADD; in cvt_meinberg()
567 clock_time->flags |= PARSEB_LEAPADD; in cvt_mgps()
H A Dclk_schmid.c183 clock_time->flags |= PARSEB_LEAPADD; /* default: DCF77 data format deficiency */ in cvt_schmid()
H A Dclk_trimtsip.c289 clock_time->flags |= PARSEB_LEAPADD; in cvt_trimtsip()
H A Dclk_rawdcf.c366 clock_time->flags |= PARSEB_LEAPADD; /* default: DCF77 data format deficiency */ in convert_rawdcf()
/freebsd/contrib/ntp/include/
H A Dparse.h130 #define PARSEB_LEAPADD 0x00000200 /* LEAP addition warning */ macro
163 #define PARSE_LEAPADD(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPADD))
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c2526 { PARSEB_LEAPADD, "LEAP ADD WARNING" }, in parsestate()