29 #ifndef ROHC_DECOMP_TCP_STATIC_H    30 #define ROHC_DECOMP_TCP_STATIC_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. 
 
bool tcp_parse_static_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 static chain of the IR packet. 
Definition: d_tcp_static.c:72
 
The ROHC decompression context. 
Definition: rohc_decomp_internals.h:274
 
Definition: d_tcp_defines.h:205