35 #include <rohc/rohc_profiles.h> 43 #if defined __GNUC__ && \ 44 (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) 46 #define ROHC_DEPRECATED(msg) __attribute__((deprecated(msg))) 47 #elif defined __GNUC__ && \ 48 (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) 50 #define ROHC_DEPRECATED(msg) __attribute__((deprecated)) 53 #define ROHC_DEPRECATED(msg) 59 # define ROHC_EXPORT __declspec(dllexport) 72 #define ROHC_ETHERTYPE 0x22f1 135 #define ROHC_LARGE_CID_MAX ((1U << 14) - 1) 151 #define ROHC_SMALL_CID_MAX 15U 218 __attribute__((warn_unused_result,
const));
221 __attribute__((warn_unused_result,
const));
224 __attribute__((warn_unused_result,
const));
rohc_reordering_offset_t
The different values of reordering offset.
Definition: rohc.h:204
rohc_mode_t
ROHC operation modes.
Definition: rohc.h:112
rohc_status_t
The status code of several functions in the library API.
Definition: rohc.h:80
rohc_cid_type_t
The different types of Context IDs (CID)
Definition: rohc.h:177
char *ROHC_EXPORT rohc_version(void)
Get the version of the ROHC library.
Definition: rohc_common.c:54
The context uses large CID.
Definition: rohc.h:184
The context uses small CID.
Definition: rohc.h:190
const char *ROHC_EXPORT rohc_strerror(const rohc_status_t status)
Give a description for the given ROHC status code.
Definition: rohc_common.c:75
const char *ROHC_EXPORT rohc_get_mode_descr(const rohc_mode_t mode)
Give a description for the given ROHC mode.
Definition: rohc_common.c:114
uint16_t rohc_cid_t
Definition: rohc.h:196
#define ROHC_EXPORT
Definition: rohc.h:61
rohc_mode_t mode
Definition: rohc_decomp_internals.h:283