|
ROHC compression/decompression library
|
#include <ip_ctxt.h>

Data Fields | |
| ipv6_generic_option_context_t | generic |
| size_t | len |
| uint8_t | proto |
| uint8_t | nh_proto |
| union { | |
| ipv6_generic_option_context_t generic | |
| ipv6_gre_option_context_t gre | |
| ipv6_mime_option_context_t mime | |
| ipv6_ah_option_context_t ah | |
| }; | |
The compression context for one IPv6 extension header
The decompression context for one IP extension header
| union { ... } |
| ipv6_ah_option_context_t ip_option_context_t::ah |
IPv6 AH extension header
| ipv6_generic_option_context_t ip_option_context_t::generic |
IPv6 generic extension header
| ipv6_gre_option_context_t ip_option_context_t::gre |
IPv6 GRE extension header
| size_t ip_option_context_t::len |
The length (in bytes) of the extension header
| ipv6_mime_option_context_t ip_option_context_t::mime |
IPv6 MIME extension header
| uint8_t ip_option_context_t::nh_proto |
The protocol of the next header
| uint8_t ip_option_context_t::proto |
The protocol of the extension header
1.8.13