Searched refs:barker_code (Results 1 – 1 of 1) sorted by relevance
30 static const uint8_t barker_code[CSF_BARKER_LEN] = { 0x12, 0x19, 0x20, 0x01 }; variable32 static const uint8_t barker_code[CSF_BARKER_LEN] = { 0x68, 0x39, 0x27, 0x81 }; variable309 if (memcmp(hdr->barker, barker_code, CSF_BARKER_LEN) != 0) { in validate_esbc_header()