40 #if defined __GNUC__ && \ 41 (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) 43 #define ROHC_DEPRECATED(msg) __attribute__((deprecated(msg))) 44 #elif defined __GNUC__ && \ 45 (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) 47 #define ROHC_DEPRECATED(msg) __attribute__((deprecated)) 50 #define ROHC_DEPRECATED(msg) 56 # define ROHC_EXPORT __declspec(dllexport) 69 #define ROHC_ETHERTYPE 0x22f1 132 #define ROHC_LARGE_CID_MAX ((1U << 14) - 1) 148 #define ROHC_SMALL_CID_MAX 15U 243 __attribute__((warn_unused_result,
const));
246 __attribute__((warn_unused_result,
const));
249 __attribute__((warn_unused_result,
const));
252 __attribute__((warn_unused_result,
const));
size_t rohc_cid_t
Definition: rohc.h:193
rohc_mode_t
ROHC operation modes.
Definition: rohc.h:109
rohc_status_t
The status code of several functions in the library API.
Definition: rohc.h:77
rohc_cid_type_t
The different types of Context IDs (CID)
Definition: rohc.h:174
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:181
The context uses small CID.
Definition: rohc.h:187
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
const struct rohc_decomp_profile * profile
Definition: rohc_decomp_internals.h:283
#define ROHC_EXPORT
Definition: rohc.h:58
rohc_mode_t mode
Definition: rohc_decomp_internals.h:290
rohc_profile_t
The different ROHC compression/decompression profiles.
Definition: rohc.h:210
const char *ROHC_EXPORT rohc_get_profile_descr(const rohc_profile_t profile)
Give a description for the given ROHC profile.
Definition: rohc_common.c:146