struct tarpc_sendfile_in

struct tarpc_sendfile_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int out_fd;
    tarpc_int in_fd;
    tarpc_off_t offset;
    tarpc_size_t count;
    tarpc_bool force64;
};