struct tarpc_fcntl_in

struct tarpc_fcntl_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    tarpc_int cmd;
    fcntl_request arg;
};