Home
last modified time | relevance | path

Searched refs:PARSEB_LEAPDEL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libparse/
H A Dclk_meinberg.c398 clock_time->flags |= PARSEB_LEAPDEL; in cvt_meinberg()
410 clock_time->flags &= ~PARSEB_LEAPDEL; in cvt_meinberg()
570 clock_time->flags |= PARSEB_LEAPDEL; in cvt_mgps()
H A Dclk_trimtsip.c292 clock_time->flags |= PARSEB_LEAPDEL; in cvt_trimtsip()
/freebsd/contrib/ntp/include/
H A Dparse.h129 #define PARSEB_LEAPDEL 0x00000100 /* LEAP deletion warning */ macro
164 #define PARSE_LEAPDEL(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPDEL))
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c2527 { PARSEB_LEAPDEL, "LEAP DELETE WARNING" }, in parsestate()