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

/freebsd-12-stable/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-12-stable/contrib/ntp/libparse/
H A Dclk_meinberg.c398 clock_time->flags |= PARSEB_LEAPDEL;
410 clock_time->flags &= ~PARSEB_LEAPDEL;
570 clock_time->flags |= PARSEB_LEAPDEL;
H A Dclk_trimtsip.c292 clock_time->flags |= PARSEB_LEAPDEL;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c2526 { PARSEB_LEAPDEL, "LEAP DELETE WARNING" },

Completed in 124 milliseconds