Home
last modified time | relevance | path

Searched refs:CLK_HAVEVAL1 (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
HDntp_refclock.h40 #define CLK_HAVEVAL1 0x4 macro
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_leitch.c210 if (in->haveflags & CLK_HAVEVAL1) in leitch_control()
226 out->haveflags = CLK_HAVEVAL1 | CLK_HAVEVAL2; in leitch_control()
HDntp_refclock.c1208 if (in->haveflags & CLK_HAVEVAL1) in refclock_control()
1238 out->haveflags = CLK_HAVEVAL1 | CLK_HAVEVAL2; in refclock_control()
HDntp_request.c2605 clock_stat.haveflags = CLK_HAVEVAL1; in set_clock_fudge()
HDntp_config.c3896 clock_stat.haveflags |= CLK_HAVEVAL1; in config_fudge()
HDntp_control.c2967 if (mustput || (pcs->haveflags & CLK_HAVEVAL1)) in ctl_putclock()