|
NAMEfiredns_getresult - Retrieve a result from a previous FireDNS querySYNOPSIS#include <firedns.h>-lfiredns char *firedns_getresult(const int fd)
DESCRIPTIONfiredns_getresult() returns the result for the request identified by the file descriptor fd. It returns NULL if there has been no response to the request or the response indicates failure.RETURN VALUEReturns NULL on failure, or a pointer to the result. The return value is meant to be cast depending upon the initial request made.Casts:
AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3), firedns_getip4(3), firedns_getip6(3), firedns_gettxt(3), firedns_getmx(3), firedns_getmxlist(3), firedns_getname4(3), firedns_getname6(3)
Visit the GSP FreeBSD Man Page Interface. |