Home
last modified time | relevance | path

Searched refs:PARSE_LEAPDEL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dparse.h164 #define PARSE_LEAPDEL(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPDEL)) macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c4188 if (PARSE_LEAPDEL(parsetime->parse_state)) in parse_process()