Prototype of the DNS-client callback function that is called when the DNS client has completed the resolving.
- Parameters
-
addr_family | IP address family.
It determines the address pointed to by addr_list . |
addr_list | Pointer to the list of addresses or FNET_NULL if the resolving is failed. |
addr_list_size | Number of resolved addresses in addr_list. |
cookie | User-application specific parameter. It's set during the DNS-client service initialization as part of fnet_dns_params. |
- See also
- fnet_dns_resolve(), fnet_dns_params
Definition at line 103 of file fnet_dns.h.