Searched refs:PARSEB_S_CALLBIT (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_schmid.c189 clock_time->flags |= PARSEB_S_LEAP|PARSEB_S_CALLBIT;
H A Dclk_rawdcf.c330 clock_time->flags = PARSEB_S_CALLBIT|PARSEB_S_LEAP;
H A Dclk_meinberg.c405 clock_time->flags |= PARSEB_S_CALLBIT;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dparse.h145 #define PARSEB_S_CALLBIT 0x00020000 /* supports callbit information */ macro
171 #define PARSE_S_CALLBIT(x) ((x) & PARSEB_S_CALLBIT)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c2545 { PARSEB_S_CALLBIT, "CALLBIT" },
2567 if (lstate & (PARSEB_S_LEAP|PARSEB_S_CALLBIT|PARSEB_S_PPS|PARSEB_S_POSITION))

Completed in 200 milliseconds