FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
snat_static_mapping_key_t Struct Reference
+ Collaboration diagram for snat_static_mapping_key_t:

Data Fields

union {
   struct {
      ip4_address_t   addr
 
      u16   port
 
      u16   fib_index
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Definition at line 58 of file snat.h.

Field Documentation

union { ... }
ip4_address_t snat_static_mapping_key_t::addr

Definition at line 63 of file snat.h.

u64 snat_static_mapping_key_t::as_u64

Definition at line 67 of file snat.h.

u16 snat_static_mapping_key_t::fib_index

Definition at line 65 of file snat.h.

u16 snat_static_mapping_key_t::port

Definition at line 64 of file snat.h.


The documentation for this struct was generated from the following file: