28 #ifndef ROHC_DECOMP_UDP_H 29 #define ROHC_DECOMP_UDP_H 34 const uint8_t *packet,
37 __attribute__((warn_unused_result, nonnull(1, 2, 4)));
The bits extracted from ROHC UO* base headers.
Definition: rohc_decomp_rfc3095.h:111
int udp_parse_static_udp(const struct rohc_decomp_ctxt *const context, const uint8_t *packet, size_t length, struct rohc_extr_bits *const bits)
Parse the UDP static part of the ROHC packet.
Definition: d_udp.c:232
The ROHC decompression context.
Definition: rohc_decomp_internals.h:274