#include "ares_setup.h"
#include "ares.h"
#include "ares_data.h"
#include "ares_inet_net_pton.h"
#include "ares_private.h"
Go to the source code of this file.
Functions | |
int | ares_get_servers (ares_channel channel, struct ares_addr_node **servers) |
int | ares_get_servers_ports (ares_channel channel, struct ares_addr_port_node **servers) |
int | ares_set_servers (ares_channel channel, struct ares_addr_node *servers) |
int | ares_set_servers_csv (ares_channel channel, const char *_csv) |
int | ares_set_servers_ports (ares_channel channel, struct ares_addr_port_node *servers) |
int | ares_set_servers_ports_csv (ares_channel channel, const char *_csv) |
static int | set_servers_csv (ares_channel channel, const char *_csv, int use_port) |
int ares_get_servers | ( | ares_channel | channel, |
struct ares_addr_node ** | servers | ||
) |
Definition at line 31 of file ares_options.c.
int ares_get_servers_ports | ( | ares_channel | channel, |
struct ares_addr_port_node ** | servers | ||
) |
Definition at line 86 of file ares_options.c.
int ares_set_servers | ( | ares_channel | channel, |
struct ares_addr_node * | servers | ||
) |
Definition at line 143 of file ares_options.c.
int ares_set_servers_csv | ( | ares_channel | channel, |
const char * | _csv | ||
) |
Definition at line 395 of file ares_options.c.
int ares_set_servers_ports | ( | ares_channel | channel, |
struct ares_addr_port_node * | servers | ||
) |
Definition at line 195 of file ares_options.c.
int ares_set_servers_ports_csv | ( | ares_channel | channel, |
const char * | _csv | ||
) |
Definition at line 401 of file ares_options.c.
|
static |
Definition at line 249 of file ares_options.c.