firedns.h: always make ipv6 members available in state struct
[rofl0r-firedns.git] / man / firedns_resolvename6.3
blobf7f77fbcf67e02b4663b1363483fb38fb542e4fd
1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_resolvename6 3 2002-03-31
3 .SH NAME
4 firedns_resolvename6 \- Resolve a hostname from an IPv6 address
5 .SH SYNOPSIS
6 .B #include <firedns.h>
7 .br
8 .B -lfiredns
9 .LP
10 .BI "char *firedns_resolvename6(const struct in6_addr * " "ip" ")"
11 .br
12 .BI "char *firedns_resolvename6_r(const struct in6_addr * " "ip" ")"
13 .SH DESCRIPTION
14 firedns_resolvename6() attempts to resolve the hostname of
15 the IPv6 address
16 .IR ip .
17 .SH RETURN VALUE
18 Returns a pointer to an internal static
19 .I char *
20 that contains a hostname of
21 .IR ip ,
23 .I NULL
24 on error.
25 .SH AUTHOR
26 Ian Gulliver <ian@penguinhosting.net>
27 .SH SEE ALSO
28 .BR libfiredns (3)