ROHC compression/decompression library
|
ROHC ESP decompression profile. More...
#include "d_esp.h"
#include "d_generic.h"
#include "d_ip.h"
#include "rohc_traces.h"
#include "rohc_debug.h"
#include "crc.h"
#include "protocols/esp.h"
#include "lsb_decode.h"
#include "config.h"
#include <stdint.h>
#include <string.h>
Variables | |
struct d_profile | d_esp_profile |
Define the decompression part of the ESP profile as described in the RFC 3095. |
ROHC ESP decompression profile.
struct d_profile d_esp_profile |
{ ROHC_PROFILE_ESP, "ESP / Decompressor", d_generic_decode, d_esp_create, d_esp_destroy, d_generic_get_sn, }
Define the decompression part of the ESP profile as described in the RFC 3095.