ROHC compression/decompression library
|
Store information about an IPv6 header between the different compressions of IP packets. More...
#include <c_generic.h>
Data Fields | |
struct ipv6_hdr | old_ip |
The previous IPv6 header. | |
struct list_comp | ext_comp |
The extension compressor. |
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.
The extension compressor.
struct ipv6_hdr ipv6_header_info::old_ip |
The previous IPv6 header.