Searched refs:refclktype (Results 1 – 4 of 4) sorted by relevance
265 peer->refclktype = clktype; in refclock_newpeer()320 clktype = peer->refclktype; in refclock_unpeer()365 clktype = peer->refclktype; in refclock_transmit()705 if (sys_peer->refclktype == REFCLK_ATOM_PPS && in refclock_receive()706 peer->refclktype != REFCLK_ATOM_PPS) in refclock_receive()
3666 switch (peer->refclktype) { in clock_select()4027 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()4028 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
1376 else if (sys_peer->refclktype < COUNTOF(clocktypes)) in ctlsysstatus()1377 this_clock = clocktypes[sys_peer->refclktype]; in ctlsysstatus()
289 u_char refclktype; /* reference clock type */ member