ROHC compression/decompression library
|
Store information about an IP header between the different decompressions of IP packets. More...
#include <rohc_decomp_rfc3095.h>
Data Fields | |
struct ip_packet | ip |
The IP header. More... | |
int | rnd |
Whether the IP-ID is considered as random or not (IPv4 only) More... | |
int | nbo |
Whether the IP-ID is considered as coded in NBO or not (IPv4 only) More... | |
int | sid |
Whether the IP-ID is considered as static or not (IPv4 only) More... | |
void * | next_header |
The next header located after the IP header(s) More... | |
unsigned int | next_header_len |
The length of the next header. More... | |
Store information about an IP header between the different decompressions of IP packets.
Defines an object that contains flags and structures related to an IP header and that need to be saved between the different decompressions of packets. A decompression context owns objects like this for the two first IP headers.
struct ip_packet rohc_decomp_rfc3095_changes::ip |
The IP header.
int rohc_decomp_rfc3095_changes::nbo |
Whether the IP-ID is considered as coded in NBO or not (IPv4 only)
void* rohc_decomp_rfc3095_changes::next_header |
The next header located after the IP header(s)
unsigned int rohc_decomp_rfc3095_changes::next_header_len |
The length of the next header.
int rohc_decomp_rfc3095_changes::rnd |
Whether the IP-ID is considered as random or not (IPv4 only)
int rohc_decomp_rfc3095_changes::sid |
Whether the IP-ID is considered as static or not (IPv4 only)