struct tarpc_readbuf_in

struct tarpc_readbuf_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    tarpc_ptr buf;
    tarpc_size_t off;
    tarpc_size_t len;
};