1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_getname6 3 2002-03-31
4 firedns_getname6 \- Create a query to resolve an IPv6 address to a hostname
6 .B #include <firedns.h>
10 .BI "int firedns_getname6(const struct in6_addr *" "ip" ")"
12 firedns_getname6() creates and sends a request to resolve
15 to a hostname. It returns a file descriptor that should be
17 upon (read set). When the file descriptor shows ready
19 .IR firedns_getresult (3)
20 to retrieve the results.
22 Returns an integer file descriptor that can be used the
23 same as any other file descriptor. Returns
27 Ian Gulliver <ian@penguinhosting.net>
30 .BR firedns_getresult (3),