27 #ifndef ROHC_PROFILES_H 28 #define ROHC_PROFILES_H 36 # include <linux/types.h> 43 # define ROHC_EXPORT __declspec(dllexport) 75 #define ROHCv1_PROFILE_UNCOMPRESSED ROHC_PROFILE_UNCOMPRESSED 79 #define ROHCv1_PROFILE_IP_UDP_RTP ROHC_PROFILE_RTP 83 #define ROHCv1_PROFILE_IP_UDP ROHC_PROFILE_UDP 87 #define ROHCv1_PROFILE_IP_ESP ROHC_PROFILE_ESP 91 #define ROHCv1_PROFILE_IP ROHC_PROFILE_IP 96 #define ROHCv1_PROFILE_IP_UDP_RTP_LLA ROHC_PROFILE_RTP_LLA 100 #define ROHCv1_PROFILE_IP_TCP ROHC_PROFILE_TCP 104 #define ROHCv1_PROFILE_IP_UDPLITE_RTP ROHC_PROFILE_UDPLITE_RTP 108 #define ROHCv1_PROFILE_IP_UDPLITE ROHC_PROFILE_UDPLITE 133 __attribute__((warn_unused_result,
const));
136 __attribute__((warn_unused_result,
const));
139 __attribute__((warn_unused_result,
const));
142 __attribute__((warn_unused_result,
const));
Definition: rohc_profiles.h:98
bool ROHC_EXPORT rohc_profile_is_rohcv2(const rohc_profile_t profile)
Is the given profile one ROHCv2 profile?
Definition: rohc_profiles.c:112
Definition: rohc_profiles.h:77
bool ROHC_EXPORT rohc_profile_is_rohcv1(const rohc_profile_t profile)
Is the given profile one ROHCv1 profile?
Definition: rohc_profiles.c:97
Definition: rohc_profiles.h:111
#define ROHC_EXPORT
Definition: rohc_profiles.h:45
Definition: rohc_profiles.h:123
Definition: rohc_profiles.h:113
Definition: rohc_profiles.h:102
Definition: rohc_profiles.h:89
Definition: rohc_profiles.h:106
Definition: rohc_profiles.h:119
Definition: rohc_profiles.h:73
Definition: rohc_profiles.h:121
rohc_profile_t rohc_profile_get_other_version(const rohc_profile_t profile)
Get the other version of the given profile.
Definition: rohc_profiles.c:128
Definition: rohc_profiles.h:94
Definition: rohc_profiles.h:85
rohc_profile_t
The different ROHC compression/decompression profiles.
Definition: rohc_profiles.h:70
Definition: rohc_profiles.h:115
Definition: rohc_profiles.h:117
const char *ROHC_EXPORT rohc_get_profile_descr(const rohc_profile_t profile)
Give a description for the given ROHC profile.
Definition: rohc_profiles.c:46
Definition: rohc_profiles.h:81