29 #ifndef ROHC_COMP_TCP_DYNAMIC_H 30 #define ROHC_COMP_TCP_DYNAMIC_H 42 uint8_t *
const rohc_pkt,
43 const size_t rohc_pkt_max_len)
44 __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
int tcp_code_dyn_part(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 dynamic part of an IR or IR-DYN packet.
Definition: c_tcp_dynamic.c:78
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.