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