64 or 160 bit SilcServerID structure:
n bit IP address
16 bit port
16 bit random number
SOURCE
typedef struct SilcServerIDStruct {
SilcIDIP ip; /* n bit IP address */
SilcUInt16 port; /* 16 bit port */
SilcUInt16 rnd; /* 16 bit random number */
} SilcServerID;