firedns_resolvename6(3) DragonFly Library Functions ManualNAME
firedns_resolvename6 - Resolve a hostname from an IPv6 addressSYNOPSIS
#include <firedns.h> -lfiredns char *firedns_resolvename6(const struct in6_addr * ip) char *firedns_resolvename6_r(const struct in6_addr * ip)DESCRIPTION
firedns_resolvename6() attempts to resolve the hostname of the IPv6 address ip.RETURN VALUE
Returns a pointer to an internal static char * that contains a hostname of ip, or NULL on error.AUTHOR
Ian Gulliver <ian@penguinhosting.net>SEE ALSO
libfiredns(3) 2002-03-31 firedns_resolvename6(3)