Lines Matching defs:parseunit
387 struct parseunit struct
392 struct peer *peer; /* backlink to peer structure - refclock inactive if 0 */
393 struct refclockproc *generic; /* backlink to refclockproc structure */
398 bind_t *binding; /* io handling binding */
403 parse_t parseio; /* io handling structure (user level parsing) */
408 struct parse_clockinfo *parse_type; /* link to clock description */
413 u_char flags; /* flags (leap_control) */
414 u_long lastchange; /* time (ntp) when last state change accured */
415 u_long statetime[CEVNT_MAX+1]; /* accumulated time of clock states */
416 u_long pollneeddata; /* current_time(!=0) for receive sample expected in PPS mode */
417 u_short lastformat; /* last format used */
418 u_long lastsync; /* time (ntp) when clock was last seen fully synchronized */
442 static void poll_dpoll (struct parseunit *); argument