Home
last modified time | relevance | path

Searched refs:clock_timer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h207 void (*clock_timer) (int, struct peer *); member
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c342 if (pp->conf->clock_timer != noentry) in refclock_timer()
343 (*pp->conf->clock_timer)(unit, p); in refclock_timer()