ROHC compression/decompression library
|
#include <ip_ctxt.h>
Data Fields | |
ipv6_generic_option_context_t | generic |
uint16_t | len |
uint8_t | proto |
uint8_t | nh_proto |
uint8_t | unused [4] |
The compression context for one IPv6 extension header
The decompression context for one IP extension header
ipv6_generic_option_context_t ip_option_context_t::generic |
IPv6 generic extension header
uint16_t ip_option_context_t::len |
The length (in bytes) of the 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
uint8_t ip_option_context_t::unused[4] |