29 #ifndef ROHC_COMP_TCP_IRREGULAR_H    30 #define ROHC_COMP_TCP_IRREGULAR_H    41                          const uint8_t ip_inner_ecn,
    42                          const struct tcphdr *
const tcp,
    43                          uint8_t *
const rohc_pkt,
    44                          const size_t rohc_pkt_max_len)
    45         __attribute__((warn_unused_result, nonnull(1, 2, 4, 5)));
 Internal structures for ROHC compression. 
 
The ROHC compression context. 
Definition: rohc_comp_internals.h:326
 
The TCP base header without options. 
Definition: tcp.h:50
 
int tcp_code_irreg_chain(struct rohc_comp_ctxt *const context, const struct ip_packet *const ip, const uint8_t ip_inner_ecn, const struct tcphdr *const tcp, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len)
Code the irregular chain of one CO packet. 
Definition: c_tcp_irregular.c:95
 
Defines an IP-agnostic packet that can handle an IPv4 or IPv6 packet. 
Definition: ip.h:77