Structure SilcIDIP
NAME
typedef struct { ... } SilcIDIP;
DESCRIPTION
Generic IP address structure to indicate either IPv4 or IPv6 address.
This structure is used inside all SILC ID's. The true length of the
ID depends of the length of the IP address.
SOURCE
typedef struct {
unsigned char data[16]; /* IP data (in MSB first order) */
uint8 data_len; /* Length of the data (4 or 16) */
} SilcIDIP;