FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | cnat_set_snat (ip4_address_t *ip4, ip6_address_t *ip6, u32 sw_if_index) |
int | cnat_add_snat_prefix (ip_prefix_t *pfx) |
int | cnat_del_snat_prefix (ip_prefix_t *pfx) |
int | cnat_search_snat_prefix (ip46_address_t *addr, ip_address_family_t af) |
int cnat_add_snat_prefix | ( | ip_prefix_t * | pfx | ) |
Definition at line 37 of file cnat_snat.c.
int cnat_del_snat_prefix | ( | ip_prefix_t * | pfx | ) |
Definition at line 68 of file cnat_snat.c.
int cnat_search_snat_prefix | ( | ip46_address_t * | addr, |
ip_address_family_t | af | ||
) |
void cnat_set_snat | ( | ip4_address_t * | ip4, |
ip6_address_t * | ip6, | ||
u32 | sw_if_index | ||
) |
Definition at line 162 of file cnat_snat.c.