Searched defs:leitchunit (Results 1 – 1 of 1) sorted by relevance
69 struct leitchunit { struct70 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