Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
Dparse.h137 #define PARSEB_CALLBIT 0x00001000 /* "call bit" used to signalize irregularities in the control … macro
155 PARSEB_UTC|PARSEB_LEAPS|PARSEB_CALLBIT|PARSEB_S_LEAP|\
166 #define PARSE_CALLBIT(x) ((x) & PARSEB_CALLBIT)
/freebsd-9-stable/contrib/ntp/libparse/
Dclk_schmid.c173 clock_time->flags |= PARSEB_CALLBIT; in cvt_schmid()
Dclk_meinberg.c416 clock_time->flags |= PARSEB_CALLBIT; in cvt_meinberg()
Dclk_rawdcf.c314 clock_time->flags |= PARSEB_CALLBIT; in convert_rawdcf()
/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_parse.c2528 { PARSEB_CALLBIT, "CALL BIT" }, in parsestate()