![]()  | 
  
    FD.io VPP
    v19.01.3-6-g70449b9b9
    
   Vector Packet Processing 
   | 
 
NAT66 implementation. More...
 Include dependency graph for nat66.c:Go to the source code of this file.
Functions | |
| VNET_FEATURE_INIT (nat66_in2out, static) | |
| VNET_FEATURE_INIT (nat66_out2in, static) | |
| void | nat66_init (void) | 
| int | nat66_interface_add_del (u32 sw_if_index, u8 is_inside, u8 is_add) | 
| void | nat66_interfaces_walk (nat66_interface_walk_fn_t fn, void *ctx) | 
| nat66_static_mapping_t * | nat66_static_mapping_get (ip6_address_t *addr, u32 fib_index, u8 is_local) | 
| int | nat66_static_mapping_add_del (ip6_address_t *l_addr, ip6_address_t *e_addr, u32 vrf_id, u8 is_add) | 
| void | nat66_static_mappings_walk (nat66_static_mapping_walk_fn_t fn, void *ctx) | 
Variables | |
| nat66_main_t | nat66_main | 
NAT66 implementation.
Definition in file nat66.c.
| void nat66_init | ( | void | ) | 
| void nat66_interfaces_walk | ( | nat66_interface_walk_fn_t | fn, | 
| void * | ctx | ||
| ) | 
| int nat66_static_mapping_add_del | ( | ip6_address_t * | l_addr, | 
| ip6_address_t * | e_addr, | ||
| u32 | vrf_id, | ||
| u8 | is_add | ||
| ) | 
| nat66_static_mapping_t* nat66_static_mapping_get | ( | ip6_address_t * | addr, | 
| u32 | fib_index, | ||
| u8 | is_local | ||
| ) | 
| void nat66_static_mappings_walk | ( | nat66_static_mapping_walk_fn_t | fn, | 
| void * | ctx | ||
| ) | 
| VNET_FEATURE_INIT | ( | nat66_in2out | , | 
| static | |||
| ) | 
| VNET_FEATURE_INIT | ( | nat66_out2in | , | 
| static | |||
| ) | 
| nat66_main_t nat66_main |