29 #ifndef ROHC_DECOMP_TCP_DYNAMIC_H    30 #define ROHC_DECOMP_TCP_DYNAMIC_H    40                          const uint8_t *
const rohc_packet,
    41                          const size_t rohc_length,
    43                          size_t *
const parsed_len)
    44         __attribute__((warn_unused_result, nonnull(1, 2, 4, 5)));
 Main definitions for the TCP decompression profile. 
 
Internal structures for ROHC decompression. 
 
The ROHC decompression context. 
Definition: rohc_decomp_internals.h:274
 
bool tcp_parse_dyn_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 dynamic chain of the IR/IR-DYN packet. 
Definition: d_tcp_dynamic.c:69
 
Definition: d_tcp_defines.h:362