29 #ifndef ROHC_DECOMP_SCHEMES_CRC_H 30 #define ROHC_DECOMP_SCHEMES_CRC_H 40 __attribute__((warn_unused_result,
nonnull(1, 2, 3)));
Definition: rohc_decomp_internals.h:225
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.
Definition: decomp_crc.c:40
Internal structures for ROHC decompression.
A network buffer for the ROHC library.
Definition: rohc_buf.h:102
The ROHC decompression context.
Definition: rohc_decomp_internals.h:267