Home
last modified time | relevance | path

Searched refs:PARSEB_CALLBIT (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
HDparse.h136 #define PARSEB_CALLBIT 0x00001000 /* "call bit" used to signalize irregularities in the control … macro
154 PARSEB_UTC|PARSEB_LEAPS|PARSEB_CALLBIT|PARSEB_S_LEAP|\
165 #define PARSE_CALLBIT(x) ((x) & PARSEB_CALLBIT)
/freebsd-11-stable/contrib/ntp/libparse/
HDclk_schmid.c173 clock_time->flags |= PARSEB_CALLBIT; in cvt_schmid()
HDclk_meinberg.c416 clock_time->flags |= PARSEB_CALLBIT; in cvt_meinberg()
HDclk_rawdcf.c369 clock_time->flags |= PARSEB_CALLBIT; in convert_rawdcf()
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_parse.c2528 { PARSEB_CALLBIT, "CALL BIT" }, in parsestate()