Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_leitch.c212 if (in->haveflags & CLK_HAVEVAL2) in leitch_control()
226 out->haveflags = CLK_HAVEVAL1 | CLK_HAVEVAL2; in leitch_control()
Dntp_refclock.c1291 if (in->haveflags & CLK_HAVEVAL2) in refclock_control()
1319 out->haveflags = CLK_HAVEVAL1 | CLK_HAVEVAL2; in refclock_control()
Dntp_request.c2609 clock_stat.haveflags = CLK_HAVEVAL2; in set_clock_fudge()
Dntp_control.c2969 if (mustput || (pcs->haveflags & CLK_HAVEVAL2)) in ctl_putclock()
Dntp_config.c3977 clock_stat.haveflags |= CLK_HAVEVAL2; in config_fudge()
/freebsd-12-stable/contrib/ntp/include/
Dntp_refclock.h41 #define CLK_HAVEVAL2 0x8 macro