FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
snat_static_map_resolve_t Struct Reference
+ Collaboration diagram for snat_static_map_resolve_t:

Data Fields

ip4_address_t l_addr
 
ip4_address_t pool_addr
 
u16 l_port
 
u16 e_port
 
u32 sw_if_index
 
u32 vrf_id
 
nat_protocol_t proto
 
u32 flags
 
int addr_only
 
int twice_nat
 
int is_add
 
int out2in_only
 
int identity_nat
 
int exact
 
u8tag
 

Detailed Description

Definition at line 393 of file nat.h.

Field Documentation

◆ addr_only

int snat_static_map_resolve_t::addr_only

Definition at line 403 of file nat.h.

◆ e_port

u16 snat_static_map_resolve_t::e_port

Definition at line 398 of file nat.h.

◆ exact

int snat_static_map_resolve_t::exact

Definition at line 408 of file nat.h.

◆ flags

u32 snat_static_map_resolve_t::flags

Definition at line 402 of file nat.h.

◆ identity_nat

int snat_static_map_resolve_t::identity_nat

Definition at line 407 of file nat.h.

◆ is_add

int snat_static_map_resolve_t::is_add

Definition at line 405 of file nat.h.

◆ l_addr

ip4_address_t snat_static_map_resolve_t::l_addr

Definition at line 395 of file nat.h.

◆ l_port

u16 snat_static_map_resolve_t::l_port

Definition at line 397 of file nat.h.

◆ out2in_only

int snat_static_map_resolve_t::out2in_only

Definition at line 406 of file nat.h.

◆ pool_addr

ip4_address_t snat_static_map_resolve_t::pool_addr

Definition at line 396 of file nat.h.

◆ proto

nat_protocol_t snat_static_map_resolve_t::proto

Definition at line 401 of file nat.h.

◆ sw_if_index

u32 snat_static_map_resolve_t::sw_if_index

Definition at line 399 of file nat.h.

◆ tag

u8* snat_static_map_resolve_t::tag

Definition at line 409 of file nat.h.

◆ twice_nat

int snat_static_map_resolve_t::twice_nat

Definition at line 404 of file nat.h.

◆ vrf_id

u32 snat_static_map_resolve_t::vrf_id

Definition at line 400 of file nat.h.


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