29 #ifndef ROHC_COMP_TCP_DYNAMIC_H 30 #define ROHC_COMP_TCP_DYNAMIC_H 40 uint8_t *
const rohc_pkt,
41 const size_t rohc_pkt_max_len,
42 size_t *
const parsed_len)
43 __attribute__((warn_unused_result, nonnull(1, 2, 3, 5)));
int tcp_code_dyn_part(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 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:326
Defines an IP-agnostic packet that can handle an IPv4 or IPv6 packet.
Definition: ip.h:77