29 #ifndef ROHC_COMP_TCP_STATIC_H 30 #define ROHC_COMP_TCP_STATIC_H 40 uint8_t *
const rohc_pkt,
41 const size_t rohc_pkt_max_len)
42 __attribute__((warn_unused_result,
nonnull(1, 2, 3)));
Define a network buffer for the ROHC library.
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
int tcp_code_static_part(struct rohc_comp_ctxt *const context, const struct rohc_pkt_hdrs *const uncomp_pkt_hdrs, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len)
Code the static part of an IR packet.
Definition: c_tcp_static.c:72