FD.io VPP  v16.06
Vector Packet Processing
vxlan_gpe_packet.h File Reference
+ This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

#define foreach_vxlan_gpe_protocol
Value:
_ (0x01, IP4) \
_ (0x02, IP6) \
_ (0x03, ETHERNET) \
_ (0x04, NSH)
Definition: lisp_types.h:24
Definition: lisp_types.h:25

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.

Enumeration Type Documentation

Enumerator
foreach_vxlan_gpe_protocol 

Definition at line 62 of file vxlan_gpe_packet.h.