25 #ifndef ROHC_COMP_TCP_REPLICATE_H 26 #define ROHC_COMP_TCP_REPLICATE_H 38 uint8_t *
const rohc_pkt,
39 const size_t rohc_pkt_max_len)
40 __attribute__((warn_unused_result,
nonnull(1, 2, 3, 4)));
Define a network buffer for the ROHC library.
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_replicate_chain(struct rohc_comp_ctxt *const context, const struct rohc_pkt_hdrs *const uncomp_pkt_hdrs, struct tcp_tmp_variables *const tmp, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len)
Code the replicate chain of an IR packet.
Definition: c_tcp_replicate.c:75