Home
last modified time | relevance | path

Searched defs:leitchunit (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_leitch.c69 struct leitchunit { struct
70 struct peer *peer;
71 struct refclockio leitchio;
72 u_char unit;
73 short year;
74 short yearday;
75 short month;
76 short day;
77 short hour;
101 static void leitch_process (struct leitchunit *); argument