1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_resolvename6 3 2002-03-31
4 firedns_resolvename6 \- Resolve a hostname from an IPv6 address
6 .B #include <firedns.h>
10 .BI "char *firedns_resolvename6(const struct in6_addr * " "ip" ")"
12 .BI "char *firedns_resolvename6_r(const struct in6_addr * " "ip" ")"
14 firedns_resolvename6() attempts to resolve the hostname of
18 Returns a pointer to an internal static
20 that contains a hostname of
26 Ian Gulliver <ian@penguinhosting.net>