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