FD.io VPP  v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
snat_user_key_t Struct Reference
+ Collaboration diagram for snat_user_key_t:

Data Fields

union {
   struct {
      ip4_address_t   addr
 
      u32   fib_index
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Definition at line 93 of file nat.h.

Field Documentation

◆ @527

union { ... }

◆ addr

ip4_address_t snat_user_key_t::addr

Definition at line 99 of file nat.h.

◆ as_u64

u64 snat_user_key_t::as_u64

Definition at line 102 of file nat.h.

◆ fib_index

u32 snat_user_key_t::fib_index

Definition at line 100 of file nat.h.


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