ROHC compression/decompression library
|
ROHC decompression checks for CRC. More...
Go to the source code of this file.
Functions | |
bool | rohc_decomp_check_uncomp_crc (const struct rohc_decomp_ctxt *const context, struct rohc_buf *const uncomp_hdrs, const struct rohc_decomp_crc_one *const crc_pkt) |
Check whether the CRC on uncompressed header is correct or not. More... | |
ROHC decompression checks for CRC.
bool rohc_decomp_check_uncomp_crc | ( | const struct rohc_decomp_ctxt *const | context, |
struct rohc_buf *const | uncomp_hdrs, | ||
const struct rohc_decomp_crc_one *const | crc_pkt | ||
) |
Check whether the CRC on uncompressed header is correct or not.
context | The decompression context |
uncomp_hdrs | The uncompressed headers |
crc_pkt | The CRC over uncompressed headers extracted from packet |