|
void | ares__init_servers_state (ares_channel channel) |
|
int | ares_dup (ares_channel *dest, ares_channel src) |
|
int | ares_init (ares_channel *channelptr) |
|
int | ares_init_options (ares_channel *channelptr, struct ares_options *options, int optmask) |
|
static int | ares_ipv6_server_blacklisted (const unsigned char ipaddr[16]) |
|
static int | ares_ipv6_subnet_matches (const unsigned char netbase[16], unsigned char netmask, const unsigned char ipaddr[16]) |
|
int | ares_save_options (ares_channel channel, struct ares_options *options, int *optmask) |
|
void | ares_set_local_dev (ares_channel channel, const char *local_dev_name) |
|
void | ares_set_local_ip4 (ares_channel channel, unsigned int local_ip) |
|
void | ares_set_local_ip6 (ares_channel channel, const unsigned char *local_ip6) |
|
void | ares_set_socket_callback (ares_channel channel, ares_sock_create_callback cb, void *data) |
|
void | ares_set_socket_configure_callback (ares_channel channel, ares_sock_config_callback cb, void *data) |
|
void | ares_set_socket_functions (ares_channel channel, const struct ares_socket_functions *funcs, void *data) |
|
int | ares_set_sortlist (ares_channel channel, const char *sortstr) |
|
static int | config_domain (ares_channel channel, char *str) |
|
static int | config_lookup (ares_channel channel, const char *str, const char *bindch, const char *altbindch, const char *filech) |
|
static int | config_nameserver (struct server_state **servers, int *nservers, char *str) |
|
static int | config_sortlist (struct apattern **sortlist, int *nsort, const char *str) |
|
static int | init_by_defaults (ares_channel channel) |
|
static int | init_by_environment (ares_channel channel) |
|
static int | init_by_options (ares_channel channel, const struct ares_options *options, int optmask) |
|
static int | init_by_resolv_conf (ares_channel channel) |
|
static int | init_id_key (rc4_key *key, int key_data_len) |
|
static int | ip_addr (const char *s, ares_ssize_t len, struct in_addr *addr) |
|
static void | natural_mask (struct apattern *pat) |
|
static void | randomize_key (unsigned char *key, int key_data_len) |
|
static int | set_options (ares_channel channel, const char *str) |
|
static int | set_search (ares_channel channel, const char *str) |
|
static int | sortlist_alloc (struct apattern **sortlist, int *nsort, struct apattern *pat) |
|
static char * | try_config (char *s, const char *opt, char scc) |
|
static const char * | try_option (const char *p, const char *q, const char *opt) |
|