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