|
NAMEfiredns_resolveip6list - Resolve a list of AAAA records of a hostnameSYNOPSIS#include <firedns.h>-lfiredns struct firedns_ip6list *firedns_resolveip6list(const char *
const name)
DESCRIPTIONfiredns_resolveip6list() attempts to resolve a list of AAAA records for the hostname name.RETURN VALUEReturns a pointer to an internal static struct firedns_ip6list *. This structure is the first of a linked list. It contains: struct in6_addr ip;
This function returns NULL on error. AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |