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

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dclocktypes.c13 struct clktype clktypes[] = {
116 register struct clktype *clk;
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_refclock.c160 u_char clktype; local
173 clktype = (u_char)REFCLOCKTYPE(&peer->srcadr);
175 if (clktype >= num_refclock_conf ||
176 refclock_conf[clktype]->clock_start == noentry) {
179 clktype);
192 peer->refclktype = clktype;
198 pp->type = clktype;
199 pp->conf = refclock_conf[clktype];
220 if (!((refclock_conf[clktype]->clock_start)(unit, peer))) {
237 u_char clktype; local
289 u_char clktype; local
1035 u_char clktype; local
1145 int clktype; local
[all...]
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_refclock.h33 struct clktype { struct
38 extern struct clktype clktypes[];
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2657 struct clktype *clk;

Completed in 59 milliseconds