ROHC compression/decompression library
Data Structures | Variables
c_esp.c File Reference

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>
Include dependency graph for c_esp.c:

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.

Detailed Description

ROHC ESP compression profile.

Author:
FWX <rohc_team@dialine.fr>
Didier Barvaux <didier@barvaux.org>

Variable Documentation

Initial value:
{
        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.