Searched refs:io_input (Results 1 – 7 of 7) sorted by relevance
94 int (*io_input) (struct recvbuf *); /* input routine - member
889 if (rio->io_input != NULL && (*rio->io_input)(rb) == 0) { in indicate_refclock_packet() 907 * Used for deferred processing of 'io_input' on systems where threading926 if (rio->io_input == NULL || (*rio->io_input)(rb) != 0) { in process_refclock_packet()
3263 parse->generic->io.io_input = parse->binding->bd_io_input; /* pick correct input routine */ in parse_start()
335 static int io_input (lua_State *L) { in io_input() function744 {"input", io_input},
5707 * include/ntp_refclock.h: added int io_input(struct recvbuf *)
2067 * [Bug 2135] defer calls to 'io_input' to main thread under Windows.
[all...]