struct tarpc_gethostbyaddr_out

struct tarpc_gethostbyaddr_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_hostent res;
};