silc_net_bin2addr
SYNOPSIS
SilcBool silc_net_bin2addr(const void *bin, SilcUInt32 bin_len, char *addr, SilcUInt32 addr_size);
DESCRIPTION
Converts network byte ordered IP address into a numbers-and-dots string notation. The `bin' address can be either IPv4 or IPv6 address.