29 #ifndef ROHC_DECOMP_TCP_IRREGULAR_H
30 #define ROHC_DECOMP_TCP_IRREGULAR_H
40 const uint8_t *
const rohc_packet,
41 const size_t rohc_length,
44 size_t *
const parsed_len)
45 __attribute__((warn_unused_result, nonnull(1, 2, 5, 6)));
bool tcp_parse_irreg_chain(const struct rohc_decomp_ctxt *const context, const uint8_t *const rohc_packet, const size_t rohc_length, const tcp_ip_id_behavior_t innermost_ip_id_behavior, struct rohc_tcp_extr_bits *const bits, size_t *const parsed_len)
Parse the irregular chain of the ROHC packet.
Definition: d_tcp_irregular.c:92
Main definitions for the TCP decompression profile.
Internal structures for ROHC decompression.
The ROHC decompression context.
Definition: rohc_decomp_internals.h:274
tcp_ip_id_behavior_t
Definition: tcp.h:245
Definition: d_tcp_defines.h:362