Provided by: libc-ares-dev_1.10.0-3ubuntu0.2_amd64 

NAME
ares_set_servers_csv - Set list of DNS servers to be used.
SYNOPSIS
#include <ares.h>
void ares_set_servers_csv(ares_channel channel, const char* servers)
DESCRIPTION
The ares_set_servers_csv function sets the list of DNS servers that ARES will query. The format of the
servers option is:
host[:port][,host[:port]]...
For example:
192.168.1.100,192.168.1.101,3.4.5.6
SEE ALSO
ares_set_servers(3)
NOTES
The port option is currently ignored by c-ares internals and the standard port is always used.
This function was added in c-ares 1.7.2
AUTHOR
Ben Greear
30 June 2010 ARES_SET_SERVERS_CSV(3)