Searched refs:refclktype (Results 1 – 4 of 4) sorted by relevance
267 peer->refclktype = clktype; in refclock_newpeer()322 clktype = peer->refclktype; in refclock_unpeer()367 clktype = peer->refclktype; in refclock_transmit()707 if (sys_peer->refclktype == REFCLK_ATOM_PPS && in refclock_receive()708 peer->refclktype != REFCLK_ATOM_PPS) in refclock_receive()
3620 switch (peer->refclktype) { in clock_select()3981 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()3982 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
1377 else if (sys_peer->refclktype < COUNTOF(clocktypes)) in ctlsysstatus()1378 this_clock = clocktypes[sys_peer->refclktype]; in ctlsysstatus()
285 u_char refclktype; /* reference clock type */ member