char **silc_net_listener_get_hostname(SilcNetListener listener, SilcUInt32 *hostname_count);
Returns the hostnames to where the `listener' is bound. Returns an array of hostnames of size of `port_count'. The caller must free the array and its strings with silc_free.