HomeSort by: relevance | last modified time | path
    Searched refs:refclktype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_refclock.c 267 peer->refclktype = clktype;
322 clktype = peer->refclktype;
367 clktype = peer->refclktype;
707 if (sys_peer->refclktype == REFCLK_ATOM_PPS &&
708 peer->refclktype != REFCLK_ATOM_PPS)
ntp_proto.c 3668 switch (peer->refclktype) {
4029 && ( typepps->refclktype != REFCLK_ATOM_PPS
4030 || ( typepps->refclktype == REFCLK_ATOM_PPS
ntp_control.c 1384 else if (sys_peer->refclktype < COUNTOF(clocktypes))
1385 this_clock = clocktypes[sys_peer->refclktype];
  /src/external/bsd/ntp/dist/include/
ntp.h 291 u_char refclktype; /* reference clock type */ member in struct:peer

Completed in 34 milliseconds