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)));
 int tcp_code_static_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)
Code the static part of an IR packet. 
Definition: c_tcp_static.c:73
 
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