ROHC compression/decompression library
Data Fields
ipv6_header_info Struct Reference

Store information about an IPv6 header between the different compressions of IP packets. More...

#include <rohc_comp_rfc3095.h>

Collaboration diagram for ipv6_header_info:
Collaboration graph
[legend]

Data Fields

struct ipv6_hdr old_ip
 The previous IPv6 header. More...
 
struct list_comp ext_comp
 The extension compressor. More...
 

Detailed Description

Store information about an IPv6 header between the different compressions of IP packets.

Defines an object that contains counters, flags and structures related to an IPv6 header and that need to be saved between the different compressions of packets. A compression context owns objects like this for the two first IPv6 headers.

Field Documentation

struct list_comp ipv6_header_info::ext_comp

The extension compressor.

struct ipv6_hdr ipv6_header_info::old_ip

The previous IPv6 header.


The documentation for this struct was generated from the following file: