firedns_resolveip6(3)
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>
SEE ALSO
- libfiredns(3)
- 2002-03-31