Function silc_net_gethostbyname
SYNOPSIS
bool silc_net_gethostbyname(const char *name, char *address,
uint32 address_len);
DESCRIPTION
Resolves the IP address of the hostname indicated by the `host'.
This returns TRUE and the IP address of the host, or FALSE
if the address could not be resolved. This is synchronous
function and will block the calling process.