ROHC compression/decompression library
Public Attributes
item Struct Reference

Define the item. More...

#include <comp_list.h>

Collaboration diagram for item:
Collaboration graph
[legend]

List of all members.

Public Attributes

ext_header_version type
 item type
union {
   struct ip6_hbh *   hbh
 Hop by hop header.
   struct ip6_dest *   dest
 Destination header.
   struct ip6_rthdr *   rthdr
 Routing header.
   struct ip6_ahhdr *   ahhdr
 AH header.
header
 item header
int length
 size of the data in bytes
unsigned char * data
 item data

Detailed Description

Define the item.


Member Data Documentation

unsigned char* item::data
struct ip6_dest* item::dest
struct ip6_hbh* item::hbh
union { ... } item::header
struct ip6_rthdr* item::rthdr

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