Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h91 struct refclockio { struct
92 struct refclockio *next; /* link to next structure */ argument
93 void (*clock_recv) (struct recvbuf *); /* completion routine */
94 int (*io_input) (struct recvbuf *); /* input routine -
98 struct peer *srcclock; /* refclock peer */
99 int datalen; /* length of data */
100 int fd; /* file descriptor */
101 u_long recvcount; /* count of receive completions */
102 int active; /* nonzero when in use */
105 void * ioreg_ctx; /* IO registration context */
[all …]