Searched refs:clktype (Results 1 – 4 of 4) sorted by relevance
233 u_char clktype; in refclock_newpeer() local246 clktype = (u_char)REFCLOCKTYPE(&peer->srcadr); in refclock_newpeer()248 if (clktype >= num_refclock_conf || in refclock_newpeer()249 refclock_conf[clktype]->clock_start == noentry) { in refclock_newpeer()252 clktype); in refclock_newpeer()265 peer->refclktype = clktype; in refclock_newpeer()271 pp->type = clktype; in refclock_newpeer()272 pp->conf = refclock_conf[clktype]; in refclock_newpeer()293 if (!((refclock_conf[clktype]->clock_start)(unit, peer))) { in refclock_newpeer()310 u_char clktype; in refclock_unpeer() local[all …]
12 struct clktype clktypes[] = {115 register struct clktype *clk; in clockname()
28 struct clktype { struct33 extern struct clktype clktypes[]; argument
2666 struct clktype *clk; in clockstat()