FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
addr_resolution_t_ Struct Reference

Entry used to account for a translation's backend waiting for address resolution. More...

Data Fields

u32 sw_if_index
 The interface index to resolve. More...
 
ip_address_family_t af
 ip4 or ip6 resolution More...
 
cnat_addr_resol_type_t type
 The cnat_addr_resolution_t. More...
 
index_t cti
 Translation index. More...
 
u64 opaque
 Callback data. More...
 

Detailed Description

Entry used to account for a translation's backend waiting for address resolution.

Definition at line 89 of file cnat_translation.h.

Field Documentation

◆ af

ip_address_family_t addr_resolution_t_::af

ip4 or ip6 resolution

Definition at line 98 of file cnat_translation.h.

◆ cti

index_t addr_resolution_t_::cti

Translation index.

Definition at line 106 of file cnat_translation.h.

◆ opaque

u64 addr_resolution_t_::opaque

Callback data.

Definition at line 110 of file cnat_translation.h.

◆ sw_if_index

u32 addr_resolution_t_::sw_if_index

The interface index to resolve.

Definition at line 94 of file cnat_translation.h.

◆ type

cnat_addr_resol_type_t addr_resolution_t_::type

The cnat_addr_resolution_t.

Definition at line 102 of file cnat_translation.h.


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