#define SILC_ID_COMPARE ...
Compares two ID's. Returns TRUE if they match and FALSE if they do not.
#define SILC_ID_COMPARE(id1, id2, len) (!memcmp(id1, id2, len))