Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c388 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 */
[all …]