Go to the documentation of this file. 5 #define FIB_CRC_LENGTH 2 6 #define FIB_CRC_POLY 0x1021 7 #define FIB_CRC_INITSTATE 0xffff 8 #define FIB_ENDMARKER 0xff 10 #define FIB_FIG_TYPE_MCI 0 11 #define FIB_FIG_TYPE_LABEL1 1 12 #define FIB_FIG_TYPE_LABEL2 2 13 #define FIB_FIG_TYPE_FIDC 5 14 #define FIB_FIG_TYPE_CA 6 16 #define FIB_FIDC_EXTENSION_PAGING 0 17 #define FIB_FIDC_EXTENSION_TMC 1 18 #define FIB_FIDC_EXTENSION_EWS 2