29 #ifndef ROHC_DECOMP_SCHEMES_CRC_H 30 #define ROHC_DECOMP_SCHEMES_CRC_H 41 const uint8_t crc_packet)
42 __attribute__((warn_unused_result, nonnull(1, 2, 3)));
The ROHC decompressor.
Definition: rohc_decomp_internals.h:142
bool rohc_decomp_check_uncomp_crc(const struct rohc_decomp *const decomp, const struct rohc_decomp_ctxt *const context, struct rohc_buf *const uncomp_hdrs, const rohc_crc_type_t crc_type, const uint8_t crc_packet)
Check whether the CRC on uncompressed header is correct or not.
Definition: decomp_crc.c:42
Internal structures for ROHC decompression.
rohc_crc_type_t
Definition: crc.h:58
A network buffer for the ROHC library.
Definition: rohc_buf.h:102
The ROHC decompression context.
Definition: rohc_decomp_internals.h:274