dns_found_callback
Callback which is invoked when a hostname is found. A function of this type must be implemented by the application using the DNS resolver.
Syntax
typedef void (*dns_found_callback)(const char *name, const ip_addr_t *ipaddr, void *callback_arg);