FD.io VPP
v16.06
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vxlan_gpe_header_t |
Macros | |
#define | foreach_vxlan_gpe_protocol |
#define | VXLAN_GPE_FLAGS_I 0x08 |
#define | VXLAN_GPE_FLAGS_P 0x04 |
#define | VXLAN_GPE_FLAGS_O 0x01 |
#define | VXLAN_GPE_VERSION 0x0 |
Enumerations | |
enum | vxlan_gpe_protocol_t { foreach_vxlan_gpe_protocol } |
#define foreach_vxlan_gpe_protocol |
Definition at line 55 of file vxlan_gpe_packet.h.
#define VXLAN_GPE_FLAGS_I 0x08 |
Definition at line 77 of file vxlan_gpe_packet.h.
#define VXLAN_GPE_FLAGS_O 0x01 |
Definition at line 79 of file vxlan_gpe_packet.h.
#define VXLAN_GPE_FLAGS_P 0x04 |
Definition at line 78 of file vxlan_gpe_packet.h.
#define VXLAN_GPE_VERSION 0x0 |
Definition at line 80 of file vxlan_gpe_packet.h.
enum vxlan_gpe_protocol_t |
Enumerator | |
---|---|
foreach_vxlan_gpe_protocol |
Definition at line 62 of file vxlan_gpe_packet.h.