27 #ifndef ROHC_DECOMP_DETECT_PACKET_H    28 #define ROHC_DECOMP_DETECT_PACKET_H    41         __attribute__((warn_unused_result, nonnull(1), pure));
    43         __attribute__((warn_unused_result, nonnull(1), pure));
    47         __attribute__((warn_unused_result, nonnull(1), pure));
    51         __attribute__((warn_unused_result, nonnull(1), pure));
    55         __attribute__((warn_unused_result, nonnull(1), pure));
    59         __attribute__((warn_unused_result, nonnull(1), pure));
    61         __attribute__((warn_unused_result, nonnull(1), pure));
    65         __attribute__((warn_unused_result, nonnull(1), pure));
    67                                    const size_t data_len,
    68                                    const size_t large_cid_len)
    69         __attribute__((warn_unused_result, nonnull(1), pure));
 bool rohc_decomp_packet_is_uor2(const uint8_t *const data, const size_t len)
Find out whether a ROHC packet is an UOR-2* packet or not. 
Definition: rohc_decomp_detect_packet.c:140
 
bool rohc_decomp_packet_is_uor2_ts(const uint8_t *const data, const size_t data_len, const size_t large_cid_len)
Find out whether a ROHC packet is an UOR-2-TS packet or not. 
Definition: rohc_decomp_detect_packet.c:156
 
bool rohc_decomp_packet_is_uo1_ts(const uint8_t *const data, const size_t len)
Find out whether a ROHC packet is an UO-1-TS packet or not. 
Definition: rohc_decomp_detect_packet.c:127
 
bool rohc_decomp_packet_is_padding(const uint8_t *const data)
Find out whether the field is a padding field or not. 
Definition: rohc_decomp_detect_packet.c:60
 
bool rohc_decomp_packet_is_irdyn(const uint8_t *const data, const size_t len)
Find out whether a ROHC packet is an IR-DYN packet or not. 
Definition: rohc_decomp_detect_packet.c:86
 
bool rohc_decomp_packet_is_ir(const uint8_t *const data, const size_t len)
Find out whether a ROHC packet is an IR packet or not. 
Definition: rohc_decomp_detect_packet.c:73
 
bool rohc_decomp_packet_is_uo0(const uint8_t *const data, const size_t len)
Find out whether a ROHC packet is an UO-0 packet or not. 
Definition: rohc_decomp_detect_packet.c:99
 
bool rohc_decomp_packet_is_uo1(const uint8_t *const data, const size_t len)
Find out whether a ROHC packet is an UO-1* packet or not. 
Definition: rohc_decomp_detect_packet.c:112
 
bool rohc_decomp_packet_is_segment(const uint8_t *const data)
Find out whether the field is a segment field or not. 
Definition: rohc_decomp_detect_packet.c:48