1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_getip6list 3 2004-02-12
4 firedns_getip6list \- Create a query to resolve a hostname to a list of IPv6 addresses
6 .B #include <firedns.h>
10 .BI "int firedns_getip6list(const char * const " "name" ")"
12 firedns_getip6list() creates and sends a request to resolve
14 to a list of IPv6 address. It returns a file descriptor that
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),