Searched refs:refclktype (Results 1 – 4 of 4) sorted by relevance
264 peer->refclktype = clktype; in refclock_newpeer()319 clktype = peer->refclktype; in refclock_unpeer()364 clktype = peer->refclktype; in refclock_transmit()701 if (sys_peer->refclktype == REFCLK_ATOM_PPS && in refclock_receive()702 peer->refclktype != REFCLK_ATOM_PPS) in refclock_receive()
3573 switch (peer->refclktype) { in clock_select()3931 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()3932 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
1382 else if (sys_peer->refclktype < COUNTOF(clocktypes)) in ctlsysstatus()1383 this_clock = clocktypes[sys_peer->refclktype]; in ctlsysstatus()
285 u_char refclktype; /* reference clock type */ member