FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gre_header_t |
Macros | |
#define | foreach_gre_protocol |
#define | GRE_FLAGS_CHECKSUM (1 << 15) |
#define | GRE_FLAGS_ROUTING (1 << 14) |
#define | GRE_FLAGS_KEY (1 << 13) |
#define | GRE_FLAGS_SEQUENCE (1 << 12) |
#define | GRE_FLAGS_STRICT_SOURCE_ROUTE (1 << 11) |
#define | GRE_SUPPORTED_VERSION 0 |
#define | GRE_VERSION_MASK 0x7 |
Enumerations | |
enum | gre_protocol_t { foreach_gre_protocol } |
#define foreach_gre_protocol |
enum gre_protocol_t |