FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
snat_session_key_t Struct Reference
+ Collaboration diagram for snat_session_key_t:

Data Fields

union {
   struct {
      ip4_address_t   addr
 
      u16   port
 
      u16   protocol:3
 
      u16   fib_index:13
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Definition at line 46 of file nat.h.

Field Documentation

union { ... }
ip4_address_t snat_session_key_t::addr

Definition at line 52 of file nat.h.

u64 snat_session_key_t::as_u64

Definition at line 56 of file nat.h.

u16 snat_session_key_t::fib_index

Definition at line 54 of file nat.h.

u16 snat_session_key_t::port

Definition at line 53 of file nat.h.

u16 snat_session_key_t::protocol

Definition at line 54 of file nat.h.


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