|
NAMEfiredns_resolvecname - Resolve the canonical name of a hostSYNOPSIS#include <firedns.h>-lfiredns char *firedns_resolvecname(const char * name)
DESCRIPTIONfiredns_resolvecname() attempts to resolve the canonical name (CNAME) of name.RETURN VALUEReturns a pointer to an internal static char * that contains a CNAME ip, or NULL if there is no such record (indicating that you already have the canonical name of the host).AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |