Searched refs:clktype (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Dclocktypes.c13 struct clktype clktypes[] = {
116 register struct clktype *clk;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c232 u_char clktype; local
245 clktype = (u_char)REFCLOCKTYPE(&peer->srcadr);
247 if (clktype >= num_refclock_conf ||
248 refclock_conf[clktype]->clock_start == noentry) {
251 clktype);
264 peer->refclktype = clktype;
270 pp->type = clktype;
271 pp->conf = refclock_conf[clktype];
292 if (!((refclock_conf[clktype]->clock_start)(unit, peer))) {
309 u_char clktype; local
361 u_char clktype; local
1180 u_char clktype; local
1295 int clktype; local
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_refclock.h28 struct clktype { struct
33 extern struct clktype clktypes[];
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2666 struct clktype *clk;

Completed in 89 milliseconds