Searched refs:io_input (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_refclock.h97 int (*io_input) (struct recvbuf *); /* input routine - member in struct:refclockio
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_refclock.c673 if (rio->io_input != NULL && (*rio->io_input)(rb) == 0) {
691 * Used for deferred processing of 'io_input' on systems where threading
710 if (rio->io_input == NULL || (*rio->io_input)(rb) != 0) {
H A Drefclock_parse.c3248 parse->generic->io.io_input = parse->binding->bd_io_input; /* pick correct input routine */

Completed in 245 milliseconds