struct tarpc_gethostbyname_out

struct tarpc_gethostbyname_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_hostent res;
};