25 #ifndef ROHC_DECOMP_TCP_REPLICATE_H    26 #define ROHC_DECOMP_TCP_REPLICATE_H    36                                const uint8_t *
const rohc_packet,
    37                                const size_t rohc_length,
    39                                size_t *
const parsed_len)
    40         __attribute__((warn_unused_result, nonnull(1, 2, 4, 5)));
 Main definitions for the TCP decompression profile. 
 
Internal structures for ROHC decompression. 
 
bool tcp_parse_replicate_chain(const struct rohc_decomp_ctxt *const context, const uint8_t *const rohc_packet, const size_t rohc_length, struct rohc_tcp_extr_bits *const bits, size_t *const parsed_len)
Parse the replicate chain of the IR-CR packet. 
Definition: d_tcp_replicate.c:69
 
The ROHC decompression context. 
Definition: rohc_decomp_internals.h:274
 
Definition: d_tcp_defines.h:205