man firedns_resolvename6 (Fonctions bibliothèques) - Resolve a hostname from an IPv6 address

NAME

firedns_resolvename6 - Resolve a hostname from an IPv6 address

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 contains a hostname of ip, or NULL on error.

AUTHOR

Ian Gulliver <ian@penguinhosting.net>

SEE ALSO