Libc-Ares-Dev
- ares_cancel(3) Cancel a resolve
- ares_create_query(3) Compose a single-question DNS query buffer
- ares_destroy_options(3) Destroy options initialized with ares_save_options
- ares_destroy(3) Destroy a resolver channel
- ares_dup(3) Duplicate a resolver channel
- ares_expand_name(3) Expand a DNS-encoded domain name
- ares_expand_string(3) Expand a length encoded string
- ares_fds(3) return file descriptors to select on
- ares_free_data(3) Free data allocated by several c-ares functions
- ares_free_hostent(3) Free host structure allocated by ares functions
- ares_free_string(3) Free strings allocated by ares functions
- ares_freeaddrinfo(3) Free addrinfo structure allocated by ares functions
- ares_get_servers_ports(3) Retrieve name servers from an initialized ares_channel
- ares_get_servers(3) Retrieve name servers from an initialized ares_channel
- ares_getaddrinfo(3) Initiate a host query by name and service
- ares_gethostbyaddr(3) Initiate a host query by address
- ares_gethostbyname_file(3) Lookup a name in the system's hosts file
- ares_gethostbyname(3) Initiate a host query by name
- ares_getnameinfo(3) Address-to-nodename translation in protocol-independent manner
- ares_getsock(3) get socket descriptors to wait on
- ares_inet_ntop(3) convert a network format address to presentation format
- ares_inet_pton(3) convert an IPv4 or IPv6 address from text to binary form
- ares_init_options(3) Initialize a resolver channel
- ares_init(3) Initialize a resolver channel
- ares_library_cleanup(3) c-ares library deinitialization
- ares_library_init_android(3) c-ares library Android initialization
- ares_library_init(3) c-ares library initialization
- ares_library_initialized(3) get the initialization state
- ares_mkquery(3) Compose a single-question DNS query buffer
- ares_parse_a_reply(3) Parse a reply to a DNS query of type A
- ares_parse_aaaa_reply(3) Parse a reply to a DNS query of type AAAA
- ares_parse_caa_reply(3) Parse a reply to a DNS query of type CAA
- ares_parse_mx_reply(3) Parse a reply to a DNS query of type MX
- ares_parse_naptr_reply(3) Parse a reply to a DNS query of type NAPTR
- ares_parse_ns_reply(3) Parse a reply to a DNS query of type NS into a hostent
- ares_parse_ptr_reply(3) Parse a reply to a DNS query of type PTR into a hostent
- ares_parse_soa_reply(3) Parse a reply to a DNS query of type SOA
- ares_parse_srv_reply(3) Parse a reply to a DNS query of type SRV
- ares_parse_txt_reply(3) Parse a reply to a DNS query of type TXT
- ares_parse_uri_reply(3) Parse a reply to a DNS query of type URI
- ares_process(3) Process events for name resolution
- ares_query(3) Initiate a single-question DNS query
- ares_save_options(3) Save configuration values obtained from initialized ares_channel
- ares_search(3) Initiate a DNS query with domain search
- ares_send(3) Initiate a DNS query
- ares_set_local_dev(3) Bind to a specific network device when creating sockets.
- ares_set_local_ip4(3) Set local IPv4 address outgoing requests.
- ares_set_local_ip6(3) Set local IPv6 address outgoing requests.
- ares_set_servers_csv(3) Set list of DNS servers to be used.
- ares_set_servers_ports_csv(3) Set list of DNS servers to be used.
- ares_set_servers_ports(3) Initialize an ares_channel name servers configuration
- ares_set_servers(3) Initialize an ares_channel name servers configuration
- ares_set_socket_callback(3) Set a socket creation callback
- ares_set_socket_configure_callback(3) Set a socket configuration callback
- ares_set_socket_functions(3) Set socket io callbacks
- ares_set_sortlist(3) Initialize an ares_channel sortlist configuration
- ares_strerror(3) Get the description of an ares library error code
- ares_timeout(3) return maximum time to wait
- ares_version(3) Get the version number of the library