struct tarpc_dup2_in

struct tarpc_dup2_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int oldfd;
    tarpc_int newfd;
};