man firedns_resolveip6 (Fonctions bibliothèques) - Resolve a hostname to an IPv6 address
NAME
firedns_resolveip6 - Resolve a hostname to an IPv6 address
SYNOPSIS
#include <firedns.h>
-lfiredns
struct in6_addr *firedns_resolveip6(const char * const name)
struct in6_addr *firedns_resolveip6_r(const char * const name)
DESCRIPTION
firedns_resolveip6() attempts to resolve the hostname name to an IPv6 address.
RETURN VALUE
Returns a pointer to an internal static struct in6_addr that contains the IP address of name in binary format, or NULL on error.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>