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