silc_net_listener_get_ip

SYNOPSIS

    char **silc_net_listener_get_ip(SilcNetListener listener,
                                    SilcUInt32 *ip_count);

DESCRIPTION

Returns the IP's to where the `listener' is bound. Returns an array of IP addresses of size of `ip_count'. The caller must free the array and its strings with silc_free.