HomeSort by: relevance | last modified time | path
    Searched refs:refclock (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/ntpd/
refclock_conf.c 17 #ifdef REFCLOCK
19 static struct refclock refclock_none = {
24 extern struct refclock refclock_local;
30 extern struct refclock refclock_pst;
36 extern struct refclock refclock_chu;
42 extern struct refclock refclock_wwv;
48 extern struct refclock refclock_wwvb;
54 extern struct refclock refclock_parse;
60 extern struct refclock refclock_mx4200;
66 extern struct refclock refclock_as2201
    [all...]
refclock_local.c 13 #ifdef REFCLOCK
94 struct refclock refclock_local = {
219 #endif /* REFCLOCK */
refclock_atom.c 22 #if defined(REFCLOCK) && defined(CLOCK_ATOM) && defined(HAVE_PPSAPI)
105 struct refclock refclock_atom = {
241 #endif /* REFCLOCK */
refclock_heath.c 12 #if defined(REFCLOCK) && defined(CLOCK_HEATH)
199 struct refclock refclock_heath = {
452 #endif /* REFCLOCK */
refclock_hopfpci.c 39 #if defined(REFCLOCK) && defined(CLOCK_HOPF_PCI)
89 short unit; /* NTP refclock unit number */
104 struct refclock refclock_hopfpci = {
260 #endif /* REFCLOCK */
refclock_pcf.c 11 #if defined(REFCLOCK) && defined(CLOCK_PCF)
50 struct refclock refclock_pcf = {
229 #endif /* REFCLOCK */
refclock_pst.c 11 #if defined(REFCLOCK) && defined(CLOCK_PST)
104 struct refclock refclock_pst = {
320 #endif /* REFCLOCK */
refclock_tpro.c 11 #if defined(REFCLOCK) && defined(CLOCK_TPRO)
54 struct refclock refclock_tpro = {
210 #endif /* REFCLOCK */
refclock_tt560.c 11 #if defined(REFCLOCK) && defined(CLOCK_TT560)
59 struct refclock refclock_tt560 = {
272 #endif /* REFCLOCK */
refclock_arbiter.c 12 #if defined(REFCLOCK) && defined(CLOCK_ARBITER)
133 struct refclock refclock_arbiter = {
479 #endif /* REFCLOCK */
refclock_as2201.c 11 #if defined(REFCLOCK) && defined(CLOCK_AS2201)
142 struct refclock refclock_as2201 = {
391 #endif /* REFCLOCK */
refclock_chronolog.c 16 #if defined(REFCLOCK) && defined(CLOCK_CHRONOLOG)
80 struct refclock refclock_chronolog = {
345 #endif /* REFCLOCK */
refclock_dumbclock.c 17 #if defined(REFCLOCK) && defined(CLOCK_DUMBCLOCK)
83 struct refclock refclock_dumbclock = {
379 #endif /* defined(REFCLOCK) && defined(CLOCK_DUMBCLOCK) */
refclock_fg.c 11 #if defined(REFCLOCK) && defined(CLOCK_FG)
65 struct refclock refclock_fg = {
337 #endif /* REFCLOCK */
refclock_gpsvme.c 9 #if defined(REFCLOCK) && defined(CLOCK_GPSVME)
72 #define DEVICE "/dev/refclock%1d" /* device file */
76 short unit; /* NTP refclock unit number */
89 struct refclock refclock_gpsvme = {
255 #endif /* REFCLOCK */
refclock_hopfser.c 19 #if defined(REFCLOCK) && (defined(CLOCK_HOPF_SERIAL))
84 short unit; /* NTP refclock unit number */
102 struct refclock refclock_hopfser = {
368 #endif /* REFCLOCK */
refclock_ulink.c 11 #if defined(REFCLOCK) && defined(CLOCK_ULINK)
102 struct refclock refclock_ulink = {
570 #endif /* REFCLOCK */
refclock_zyfer.c 13 #if defined(REFCLOCK) && defined(CLOCK_ZYFER)
113 struct refclock refclock_zyfer = {
350 #endif /* REFCLOCK */
refclock_datum.c 18 #if defined(REFCLOCK) && defined(CLOCK_DATUM)
82 ** create a new driver to use this refclock.
174 ** this refclock.
177 struct refclock refclock_datum = {
178 datum_pts_start, /* start up a new Datum refclock */
179 datum_pts_shutdown, /* shutdown a Datum refclock */
786 #endif /* REFCLOCK */
refclock_hpgps.c 11 #if defined(REFCLOCK) && defined(CLOCK_HPGPS)
138 struct refclock refclock_hpgps = {
628 #endif /* REFCLOCK */
refclock_wwvb.c 11 #if defined(REFCLOCK) && defined(CLOCK_SPECTRACOM)
166 struct refclock refclock_wwvb = {
606 #endif /* REFCLOCK */
refclock_acts.c 11 #if defined(REFCLOCK) && defined(CLOCK_ACTS)
230 struct refclock refclock_acts = {
903 #endif /* REFCLOCK */
  /src/external/bsd/ntp/dist/include/
ntp_refclock.h 100 of refclock input data */
101 struct peer *srcclock; /* refclock peer */
144 struct refclock * conf; /* refclock_conf[type] */
202 struct refclock { struct
221 #ifdef REFCLOCK
269 #endif /* REFCLOCK */
ntpd.h 267 #ifdef REFCLOCK
273 #endif /* REFCLOCK */
458 extern int cal_enable; /* refclock calibrate enable */
627 #ifdef REFCLOCK
628 /* refclock configuration table */
629 extern struct refclock * const refclock_conf[];
  /src/external/bsd/ntp/html/
Makefile 88 refclock.html \
104 scripts/refclock.txt \

Completed in 66 milliseconds

1 2