|
NAMEfiredns_resolveip4 - Resolve a hostname to an IPv4 addressSYNOPSIS#include <firedns.h>-lfiredns struct in_addr *firedns_resolveip4(const char * const
name)
DESCRIPTIONfiredns_resolveip4() attempts to resolve the hostname name to an IPv4 address.RETURN VALUEReturns a pointer to an internal static struct in_addr that contains the IP address of name in binary format, or NULL on error.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |