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