firedns_resolvename6(3)
NAME
- firedns_resolvename6 - Resolve a hostname from an IPv6 ad
- dress
SYNOPSIS
#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 con
- tains a hostname of ip, or NULL on error.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
- libfiredns(3)
- 2002-03-31