|
NAMEfiredns_resolvemx - Resolve an MX record of a hostnameSYNOPSIS#include <firedns.h>-lfiredns char *firedns_resolvemx(const char * const
name)
DESCRIPTIONfiredns_resolvemx() attempts to resolve an MX record for the hostname name.RETURN VALUEReturns a pointer to an internal static char * that contains a MX record of name, or NULL on error.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |