struct tarpc_splice_in

struct tarpc_splice_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd_in;
    tarpc_off_t off_in;
    tarpc_int fd_out;
    tarpc_off_t off_out;
    tarpc_size_t len;
    tarpc_int flags;
};