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