25 #ifndef ROHC_COMP_TCP_REPLICATE_H 26 #define ROHC_COMP_TCP_REPLICATE_H 36 uint8_t *
const rohc_pkt,
37 const size_t rohc_pkt_max_len,
38 size_t *
const parsed_len)
39 __attribute__((warn_unused_result, nonnull(1, 2, 3, 5)));
Internal structures for ROHC compression.
The ROHC compression context.
Definition: rohc_comp_internals.h:329
Defines an IP-agnostic packet that can handle an IPv4 or IPv6 packet.
Definition: ip.h:77
int tcp_code_replicate_chain(struct rohc_comp_ctxt *const context, const struct ip_packet *const ip, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len, size_t *const parsed_len)
Code the replicate chain of an IR packet.
Definition: c_tcp_replicate.c:74