struct tarpc_gethostname_in

struct tarpc_gethostname_in {
    // fields

    struct tarpc_in_arg common;
    char name;
    tarpc_size_t len;
};