Lines Matching defs:refclockio
91 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 */
106 void * device_ctx; /* device-related data for i/o subsystem */