SCTP_CID_BASE_MAX
#define SCTP_NUM_BASE_CHUNK_TYPES (SCTP_CID_BASE_MAX + 1)
if (cid.chunk <= SCTP_CID_BASE_MAX)
if (cid <= SCTP_CID_BASE_MAX)