ares_create_query (3) Linux Manual Page
NAME ares_create_query – Compose a single-question DNS query buffer SYNOPSIS #include <ares.h> int ares_create_query(const char *name, int dnsclass, int type, DESCRIPTION The ares_create_query function composes a DNS query with a single question. The parameter name gives the query name as a NUL-terminated C string of period-separated labels optionally ending with a period; periods and backslashes…
