lwip_gethostbyname() function
Returns an entry containing addresses of address family AF_INET for the host with name name. Due to dns_gethostbyname limitations, only one address is returned.
Arguments
name
the hostname to resolve
Return value
an entry containing addresses of address family AF_INET for the host with name name