Home
last modified time | relevance | path

Searched refs:REFCLK_ATOM_PPS (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/ntp/libntp/
Dclocktypes.c58 { REFCLK_ATOM_PPS, "PPS Clock Discipline (22)",
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_refclock.c556 if (sys_peer->refclktype == REFCLK_ATOM_PPS && in refclock_receive()
557 peer->refclktype != REFCLK_ATOM_PPS) in refclock_receive()
Dntp_proto.c3531 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()
3532 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
/freebsd-9-stable/contrib/ntp/include/
Dntp.h508 #define REFCLK_ATOM_PPS 22 /* 1-PPS Clock Discipline */ macro