FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
snat_det_out_key_t Struct Reference
+ Collaboration diagram for snat_det_out_key_t:

Data Fields

union {
   struct {
      ip4_address_t   ext_host_addr
 
      u16   ext_host_port
 
      u16   out_port
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Definition at line 51 of file snat.h.

Field Documentation

union { ... }
u64 snat_det_out_key_t::as_u64

Definition at line 60 of file snat.h.

ip4_address_t snat_det_out_key_t::ext_host_addr

Definition at line 56 of file snat.h.

u16 snat_det_out_key_t::ext_host_port

Definition at line 57 of file snat.h.

u16 snat_det_out_key_t::out_port

Definition at line 58 of file snat.h.


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