27 #ifndef ROHC_DECOMP_FEEDBACK_PARSE_H    28 #define ROHC_DECOMP_FEEDBACK_PARSE_H    30 #include <rohc/rohc_buf.h>    38         __attribute__((warn_unused_result, 
const));
    41                             size_t *
const feedback_hdr_len,
    42                             size_t *
const feedback_data_len)
    43         __attribute__((warn_unused_result, nonnull(2, 3)));
 bool rohc_feedback_get_size(const struct rohc_buf rohc_data, size_t *const feedback_hdr_len, size_t *const feedback_data_len)
Find out the lengths of the feedback header and data. 
Definition: feedback_parse.c:59
 
A network buffer for the ROHC library. 
Definition: rohc_buf.h:102
 
bool rohc_packet_is_feedback(const uint8_t byte)
Find out whether a ROHC packet is a Feedback packet or not. 
Definition: feedback_parse.c:42