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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c264 peer->refclktype = clktype;
319 clktype = peer->refclktype;
364 clktype = peer->refclktype;
701 if (sys_peer->refclktype == REFCLK_ATOM_PPS &&
702 peer->refclktype != REFCLK_ATOM_PPS)
H A Dntp_proto.c3578 switch (peer->refclktype) {
3939 && ( typepps->refclktype != REFCLK_ATOM_PPS
3940 || ( typepps->refclktype == REFCLK_ATOM_PPS
H A Dntp_control.c1382 else if (sys_peer->refclktype < COUNTOF(clocktypes))
1383 this_clock = clocktypes[sys_peer->refclktype];
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h285 u_char refclktype; /* reference clock type */ member in struct:peer

Completed in 164 milliseconds