|
ROHC compression/decompression library
|
Internal structures for ROHC decompression. More...


Go to the source code of this file.
Data Structures | |
| struct | d_statistics |
| Some compressor statistics. More... | |
| struct | rohc_decomp |
| The ROHC decompressor. More... | |
| struct | rohc_decomp_ctxt |
| The ROHC decompression context. More... | |
| struct | rohc_decomp_profile |
| The ROHC decompression profile. More... | |
Defines | |
| #define | D_NUM_PROFILES 7U |
| #define | rohc_decomp_warn(context, format,...) |
| #define | rohc_decomp_debug(context, format,...) |
| #define | ROHC_MAX_MRRU 65535 |
Internal structures for ROHC decompression.
| #define D_NUM_PROFILES 7U |
The number of ROHC profiles ready to be used
| #define rohc_decomp_debug | ( | context, | |
| format, | |||
| ... | |||
| ) |
rohc_debug((context)->decompressor, ROHC_TRACE_DECOMP, \ (context)->profile->id, \ format, ##__VA_ARGS__)
Print a debug trace for the given decompression context
| #define rohc_decomp_warn | ( | context, | |
| format, | |||
| ... | |||
| ) |
rohc_warning((context)->decompressor, ROHC_TRACE_DECOMP, \ (context)->profile->id, \ format, ##__VA_ARGS__)
Print a warning trace for the given decompression context
| #define ROHC_MAX_MRRU 65535 |
The maximal value for MRRU
1.7.6.1