/*
* Copyright (C) 2003 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include "ipf.h"
int v;
void *ip;
{
if (v == 4) {
return "test.host.dots";
}
if ((opts & OPT_NORESOLVE) == 0) {
if (v == 4) {
return hostbuf;
}
return hostbuf;
}
}
}
if (v == 4) {
}
#ifdef USE_INET6
return hostbuf;
#else
return "IPv6";
#endif
}