![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Collaboration diagram for lisp_gpe_tunnel_key_t:Data Fields | |
| union { | |
| struct { | |
| dp_address_t rmt | |
| dp_address_t lcl | |
| u32 vni | |
| } | |
| u8 as_u8 [40] | |
| }; | |
Definition at line 47 of file lisp_gpe.h.
| union { ... } |
| u8 lisp_gpe_tunnel_key_t::as_u8[40] |
Definition at line 57 of file lisp_gpe.h.
| dp_address_t lisp_gpe_tunnel_key_t::lcl |
Definition at line 54 of file lisp_gpe.h.
| dp_address_t lisp_gpe_tunnel_key_t::rmt |
Definition at line 53 of file lisp_gpe.h.
| u32 lisp_gpe_tunnel_key_t::vni |
Definition at line 55 of file lisp_gpe.h.