Structure SilcServerID
NAME
typedef struct { ... } SilcServerID;
DESCRIPTION
64 or 160 bit SilcServerID structure:
n bit IP address
16 bit port
16 bit random number
SOURCE
typedef struct {
SilcIDIP ip; /* n bit IP address */
uint16 port; /* 16 bit port */
uint16 rnd; /* 16 bit random number */
} SilcServerID;