29 #ifndef ROHC_COMP_TCP_IRREGULAR_H    30 #define ROHC_COMP_TCP_IRREGULAR_H    43                          uint8_t *
const rohc_pkt,
    44                          const size_t rohc_pkt_max_len)
    45         __attribute__((warn_unused_result, 
nonnull(1, 2, 3, 4)));
 Define the TCP-specific temporary variables in the profile compression context. 
Definition: c_tcp_defines.h:47
 
Internal structures for ROHC compression. 
 
The ROHC compression context. 
Definition: rohc_comp_internals.h:278
 
The information collected about the packet headers. 
Definition: uncomp_pkt_hdrs.h:102
 
Main definitions for the TCP compression profile. 
 
int tcp_code_irreg_chain(struct rohc_comp_ctxt *const context, const struct rohc_pkt_hdrs *const uncomp_pkt_hdrs, const struct tcp_tmp_variables *const tmp, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len)
Code the irregular chain of one CO packet. 
Definition: c_tcp_irregular.c:85