|
NAMEfiredns_resolveip6 - Resolve a hostname to an IPv6 addressSYNOPSIS#include <firedns.h>-lfiredns struct in6_addr *firedns_resolveip6(const char * const
name)
DESCRIPTIONfiredns_resolveip6() attempts to resolve the hostname name to an IPv6 address.RETURN VALUEReturns a pointer to an internal static struct in6_addr that contains the IP address of name in binary format, or NULL on error.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |