dns_enqueue() function
Queues a new hostname to resolve and sends out a DNS query for that hostname
Arguments
name
the hostname that is to be queried
hostnamelen
length of the hostname
found
a callback function to be called on success, failure or timeout
callback_arg
argument to pass to the callback function
Return value
err_t return code.