FD.io VPP
v21.01.1
Vector Packet Processing
|
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... | |
Entry used to account for a translation's backend waiting for address resolution.
Definition at line 82 of file cnat_translation.h.
ip_address_family_t addr_resolution_t_::af |
ip4 or ip6 resolution
Definition at line 91 of file cnat_translation.h.
index_t addr_resolution_t_::cti |
Translation index.
Definition at line 99 of file cnat_translation.h.
u64 addr_resolution_t_::opaque |
Callback data.
Definition at line 103 of file cnat_translation.h.
u32 addr_resolution_t_::sw_if_index |
The interface index to resolve.
Definition at line 87 of file cnat_translation.h.
cnat_addr_resol_type_t addr_resolution_t_::type |
The cnat_addr_resolution_t.
Definition at line 95 of file cnat_translation.h.