27 #ifndef ROHC_COMP_UDP_H    28 #define ROHC_COMP_UDP_H    41                              const uint8_t *next_header,
    44         __attribute__((warn_unused_result, 
nonnull(1, 2, 3)));
    47                                 const uint8_t *
const next_header,
    50         __attribute__((warn_unused_result, 
nonnull(1, 2, 3)));
 size_t udp_code_uo_remainder(const struct rohc_comp_ctxt *context, const uint8_t *next_header, uint8_t *const dest, const size_t counter)
Build UDP-related fields in the tail of the UO packets. 
Definition: c_udp.c:314
 
Internal structures for ROHC compression. 
 
The ROHC compression context. 
Definition: rohc_comp_internals.h:278
 
size_t udp_code_static_udp_part(const struct rohc_comp_ctxt *const context, const uint8_t *const next_header, uint8_t *const dest, const size_t counter)
Build the static part of the UDP header. 
Definition: c_udp.c:355