ROHC compression/decompression library
|
ROHC ESP compression profile. More...
#include "c_esp.h"
#include "c_generic.h"
#include "c_ip.h"
#include "rohc_traces.h"
#include "crc.h"
#include "protocols/esp.h"
#include "config.h"
#include <stdbool.h>
#include <string.h>
#include <assert.h>
Data Structures | |
struct | sc_esp_context |
Define the ESP part of the profile decompression context. More... | |
Variables | |
struct c_profile | c_esp_profile |
Define the compression part of the ESP profile as described in the RFC 3095. |
ROHC ESP compression profile.
struct c_profile c_esp_profile |
{ ROHC_IPPROTO_ESP, NULL, ROHC_PROFILE_ESP, "ESP / Compressor", c_esp_create, c_generic_destroy, c_esp_check_context, c_esp_encode, c_generic_feedback, }
Define the compression part of the ESP profile as described in the RFC 3095.