Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/libparse/
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()
Dclk_trimtsip.c294 clock_time->flags |= PARSEB_LEAPDEL; in cvt_trimtsip()
/freebsd-10-stable/contrib/ntp/include/
Dparse.h130 #define PARSEB_LEAPDEL 0x00000100 /* LEAP deletion warning */ macro
165 #define PARSE_LEAPDEL(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPDEL))
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c2526 { PARSEB_LEAPDEL, "LEAP DELETE WARNING" }, in parsestate()