|
ROHC compression/decompression library
|
Define the IPv6 GRE option header. More...
#include <tcp.h>
Data Fields | |
| uint8_t | reserved2: 4 |
| uint8_t | s_flag: 1 |
| uint8_t | k_flag: 1 |
| uint8_t | r_flag: 1 |
| uint8_t | c_flag: 1 |
| uint8_t | version: 3 |
| uint8_t | reserved1: 5 |
| uint16_t | protocol |
| uint32_t | datas [1] |
Define the IPv6 GRE option header.
See RFC5225 page 55
| uint8_t ip_gre_opt::c_flag |
| uint32_t ip_gre_opt::datas[1] |
| uint8_t ip_gre_opt::k_flag |
| uint16_t ip_gre_opt::protocol |
| uint8_t ip_gre_opt::r_flag |
| uint8_t ip_gre_opt::reserved1 |
| uint8_t ip_gre_opt::reserved2 |
| uint8_t ip_gre_opt::s_flag |
| uint8_t ip_gre_opt::version |
1.7.6.1