FD.io VPP  v21.01.1
Vector Packet Processing
nat44_api.c File Reference

NAT44 plugin API implementation. More...

+ Include dependency graph for nat44_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   sm->msg_id_base
 

Functions

static void vl_api_nat_control_ping_t_handler (vl_api_nat_control_ping_t *mp)
 
static void vl_api_nat_show_config_t_handler (vl_api_nat_show_config_t *mp)
 
static void vl_api_nat_show_config_2_t_handler (vl_api_nat_show_config_2_t *mp)
 
static void vl_api_nat44_show_running_config_t_handler (vl_api_nat44_show_running_config_t *mp)
 
static void vl_api_nat_set_workers_t_handler (vl_api_nat_set_workers_t *mp)
 
static void send_nat_worker_details (u32 worker_index, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat_worker_dump_t_handler (vl_api_nat_worker_dump_t *mp)
 
static void vl_api_nat44_session_cleanup_t_handler (vl_api_nat44_session_cleanup_t *mp)
 
static void vl_api_nat44_set_session_limit_t_handler (vl_api_nat44_set_session_limit_t *mp)
 
static void vl_api_nat_set_log_level_t_handler (vl_api_nat_set_log_level_t *mp)
 
static void vl_api_nat44_plugin_enable_disable_t_handler (vl_api_nat44_plugin_enable_disable_t *mp)
 
static void vl_api_nat_ipfix_enable_disable_t_handler (vl_api_nat_ipfix_enable_disable_t *mp)
 
static void vl_api_nat_set_timeouts_t_handler (vl_api_nat_set_timeouts_t *mp)
 
static void vl_api_nat_get_timeouts_t_handler (vl_api_nat_get_timeouts_t *mp)
 
static void vl_api_nat_set_addr_and_port_alloc_alg_t_handler (vl_api_nat_set_addr_and_port_alloc_alg_t *mp)
 
static void vl_api_nat_get_addr_and_port_alloc_alg_t_handler (vl_api_nat_get_addr_and_port_alloc_alg_t *mp)
 
static void vl_api_nat_set_mss_clamping_t_handler (vl_api_nat_set_mss_clamping_t *mp)
 
static void vl_api_nat_get_mss_clamping_t_handler (vl_api_nat_get_mss_clamping_t *mp)
 
static void vl_api_nat_ha_set_listener_t_handler (vl_api_nat_ha_set_listener_t *mp)
 
static void vl_api_nat_ha_get_listener_t_handler (vl_api_nat_ha_get_listener_t *mp)
 
static void vl_api_nat_ha_set_failover_t_handler (vl_api_nat_ha_set_failover_t *mp)
 
static void vl_api_nat_ha_get_failover_t_handler (vl_api_nat_ha_get_failover_t *mp)
 
static void vl_api_nat_ha_flush_t_handler (vl_api_nat_ha_flush_t *mp)
 
static void nat_ha_resync_completed_event_cb (u32 client_index, u32 pid, u32 missed_count)
 
static void vl_api_nat_ha_resync_t_handler (vl_api_nat_ha_resync_t *mp)
 
static void vl_api_nat44_del_user_t_handler (vl_api_nat44_del_user_t *mp)
 
static void vl_api_nat44_add_del_address_range_t_handler (vl_api_nat44_add_del_address_range_t *mp)
 
static void send_nat44_address_details (snat_address_t *a, vl_api_registration_t *reg, u32 context, u8 twice_nat)
 
static void vl_api_nat44_address_dump_t_handler (vl_api_nat44_address_dump_t *mp)
 
static void vl_api_nat44_interface_add_del_feature_t_handler (vl_api_nat44_interface_add_del_feature_t *mp)
 
static void send_nat44_interface_details (snat_interface_t *i, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_interface_dump_t_handler (vl_api_nat44_interface_dump_t *mp)
 
static void vl_api_nat44_interface_add_del_output_feature_t_handler (vl_api_nat44_interface_add_del_output_feature_t *mp)
 
static void send_nat44_interface_output_feature_details (snat_interface_t *i, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_interface_output_feature_dump_t_handler (vl_api_nat44_interface_output_feature_dump_t *mp)
 
static void vl_api_nat44_add_del_static_mapping_t_handler (vl_api_nat44_add_del_static_mapping_t *mp)
 
static void vl_api_nat44_add_del_static_mapping_v2_t_handler (vl_api_nat44_add_del_static_mapping_v2_t *mp)
 
static void send_nat44_static_mapping_details (snat_static_mapping_t *m, vl_api_registration_t *reg, u32 context)
 
static void send_nat44_static_map_resolve_details (snat_static_map_resolve_t *m, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_static_mapping_dump_t_handler (vl_api_nat44_static_mapping_dump_t *mp)
 
static void vl_api_nat44_add_del_identity_mapping_t_handler (vl_api_nat44_add_del_identity_mapping_t *mp)
 
static void send_nat44_identity_mapping_details (snat_static_mapping_t *m, int index, vl_api_registration_t *reg, u32 context)
 
static void send_nat44_identity_map_resolve_details (snat_static_map_resolve_t *m, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_identity_mapping_dump_t_handler (vl_api_nat44_identity_mapping_dump_t *mp)
 
static void vl_api_nat44_add_del_interface_addr_t_handler (vl_api_nat44_add_del_interface_addr_t *mp)
 
static void send_nat44_interface_addr_details (u32 sw_if_index, vl_api_registration_t *reg, u32 context, u8 twice_nat)
 
static void vl_api_nat44_interface_addr_dump_t_handler (vl_api_nat44_interface_addr_dump_t *mp)
 
static void send_nat44_user_details (snat_user_t *u, vl_api_registration_t *reg, u32 context)
 
static void nat_ed_user_create_helper (snat_main_per_thread_data_t *tsm, snat_session_t *s)
 
static void nat_ed_users_create (snat_main_per_thread_data_t *tsm)
 
static void nat_ed_users_destroy (snat_main_per_thread_data_t *tsm)
 
static void vl_api_nat44_user_dump_t_handler (vl_api_nat44_user_dump_t *mp)
 
static void send_nat44_user_session_details (snat_session_t *s, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_user_session_dump_t_handler (vl_api_nat44_user_session_dump_t *mp)
 
static nat44_lb_addr_port_tunformat_nat44_lb_addr_port (vl_api_nat44_lb_addr_port_t *addr_port_pairs, u32 addr_port_pair_num)
 
static void vl_api_nat44_add_del_lb_static_mapping_t_handler (vl_api_nat44_add_del_lb_static_mapping_t *mp)
 
static void vl_api_nat44_lb_static_mapping_add_del_local_t_handler (vl_api_nat44_lb_static_mapping_add_del_local_t *mp)
 
static void send_nat44_lb_static_mapping_details (snat_static_mapping_t *m, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_lb_static_mapping_dump_t_handler (vl_api_nat44_lb_static_mapping_dump_t *mp)
 
static void vl_api_nat44_del_session_t_handler (vl_api_nat44_del_session_t *mp)
 
static void vl_api_nat44_forwarding_enable_disable_t_handler (vl_api_nat44_forwarding_enable_disable_t *mp)
 
static void vl_api_nat44_forwarding_is_enabled_t_handler (vl_api_nat44_forwarding_is_enabled_t *mp)
 
clib_error_tnat44_api_hookup (vlib_main_t *vm)
 

Detailed Description

NAT44 plugin API implementation.

Definition in file nat44_api.c.

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   sm->msg_id_base

Definition at line 40 of file nat44_api.c.

Function Documentation

◆ nat44_api_hookup()

clib_error_t* nat44_api_hookup ( vlib_main_t vm)

Definition at line 1706 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat_ed_user_create_helper()

static void nat_ed_user_create_helper ( snat_main_per_thread_data_t tsm,
snat_session_t *  s 
)
static

Definition at line 1216 of file nat44_api.c.

+ Here is the caller graph for this function:

◆ nat_ed_users_create()

static void nat_ed_users_create ( snat_main_per_thread_data_t tsm)
static

Definition at line 1250 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat_ed_users_destroy()

static void nat_ed_users_destroy ( snat_main_per_thread_data_t tsm)
static

Definition at line 1259 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat_ha_resync_completed_event_cb()

static void nat_ha_resync_completed_event_cb ( u32  client_index,
u32  pid,
u32  missed_count 
)
static

Definition at line 519 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_address_details()

static void send_nat44_address_details ( snat_address_t a,
vl_api_registration_t reg,
u32  context,
u8  twice_nat 
)
static

Definition at line 627 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_identity_map_resolve_details()

static void send_nat44_identity_map_resolve_details ( snat_static_map_resolve_t m,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1066 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_identity_mapping_details()

static void send_nat44_identity_mapping_details ( snat_static_mapping_t m,
int  index,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1038 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_interface_addr_details()

static void send_nat44_interface_addr_details ( u32  sw_if_index,
vl_api_registration_t reg,
u32  context,
u8  twice_nat 
)
static

Definition at line 1149 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_interface_details()

static void send_nat44_interface_details ( snat_interface_t i,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 695 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_interface_output_feature_details()

static void send_nat44_interface_output_feature_details ( snat_interface_t i,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 755 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_lb_static_mapping_details()

static void send_nat44_lb_static_mapping_details ( snat_static_mapping_t m,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1525 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_static_map_resolve_details()

static void send_nat44_static_map_resolve_details ( snat_static_map_resolve_t m,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 935 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_static_mapping_details()

static void send_nat44_static_mapping_details ( snat_static_mapping_t m,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 891 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_user_details()

static void send_nat44_user_details ( snat_user_t u,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1190 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat44_user_session_details()

static void send_nat44_user_session_details ( snat_session_t *  s,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1302 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_nat_worker_details()

static void send_nat_worker_details ( u32  worker_index,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 179 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unformat_nat44_lb_addr_port()

static nat44_lb_addr_port_t* unformat_nat44_lb_addr_port ( vl_api_nat44_lb_addr_port_t *  addr_port_pairs,
u32  addr_port_pair_num 
)
static

Definition at line 1421 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_add_del_address_range_t_handler()

static void vl_api_nat44_add_del_address_range_t_handler ( vl_api_nat44_add_del_address_range_t mp)
static

Definition at line 569 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_add_del_identity_mapping_t_handler()

static void vl_api_nat44_add_del_identity_mapping_t_handler ( vl_api_nat44_add_del_identity_mapping_t mp)
static

Definition at line 1002 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_add_del_interface_addr_t_handler()

static void vl_api_nat44_add_del_interface_addr_t_handler ( vl_api_nat44_add_del_interface_addr_t mp)
static

Definition at line 1129 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_add_del_lb_static_mapping_t_handler()

static void vl_api_nat44_add_del_lb_static_mapping_t_handler ( vl_api_nat44_add_del_lb_static_mapping_t mp)
static

Definition at line 1444 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_add_del_static_mapping_t_handler()

static void vl_api_nat44_add_del_static_mapping_t_handler ( vl_api_nat44_add_del_static_mapping_t mp)
static

Definition at line 797 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_add_del_static_mapping_v2_t_handler()

static void vl_api_nat44_add_del_static_mapping_v2_t_handler ( vl_api_nat44_add_del_static_mapping_v2_t mp)
static

Definition at line 844 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_address_dump_t_handler()

static void vl_api_nat44_address_dump_t_handler ( vl_api_nat44_address_dump_t mp)
static

Definition at line 653 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_del_session_t_handler()

static void vl_api_nat44_del_session_t_handler ( vl_api_nat44_del_session_t mp)
static

Definition at line 1599 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_del_user_t_handler()

static void vl_api_nat44_del_user_t_handler ( vl_api_nat44_del_user_t mp)
static

Definition at line 556 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_forwarding_enable_disable_t_handler()

static void vl_api_nat44_forwarding_enable_disable_t_handler ( vl_api_nat44_forwarding_enable_disable_t mp)
static

Definition at line 1631 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_forwarding_is_enabled_t_handler()

static void vl_api_nat44_forwarding_is_enabled_t_handler ( vl_api_nat44_forwarding_is_enabled_t mp)
static

Definition at line 1679 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_identity_mapping_dump_t_handler()

static void vl_api_nat44_identity_mapping_dump_t_handler ( vl_api_nat44_identity_mapping_dump_t mp)
static

Definition at line 1094 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_interface_add_del_feature_t_handler()

static void vl_api_nat44_interface_add_del_feature_t_handler ( vl_api_nat44_interface_add_del_feature_t mp)
static

Definition at line 673 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_interface_add_del_output_feature_t_handler()

static void vl_api_nat44_interface_add_del_output_feature_t_handler ( vl_api_nat44_interface_add_del_output_feature_t mp)
static

Definition at line 737 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_interface_addr_dump_t_handler()

static void vl_api_nat44_interface_addr_dump_t_handler ( vl_api_nat44_interface_addr_dump_t mp)
static

Definition at line 1170 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_interface_dump_t_handler()

static void vl_api_nat44_interface_dump_t_handler ( vl_api_nat44_interface_dump_t mp)
static

Definition at line 717 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_interface_output_feature_dump_t_handler()

static void vl_api_nat44_interface_output_feature_dump_t_handler ( vl_api_nat44_interface_output_feature_dump_t mp)
static

Definition at line 777 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_lb_static_mapping_add_del_local_t_handler()

static void vl_api_nat44_lb_static_mapping_add_del_local_t_handler ( vl_api_nat44_lb_static_mapping_add_del_local_t mp)
static

Definition at line 1492 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_lb_static_mapping_dump_t_handler()

static void vl_api_nat44_lb_static_mapping_dump_t_handler ( vl_api_nat44_lb_static_mapping_dump_t mp)
static

Definition at line 1576 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_plugin_enable_disable_t_handler()

static void vl_api_nat44_plugin_enable_disable_t_handler ( vl_api_nat44_plugin_enable_disable_t mp)
static

Definition at line 255 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat44_session_cleanup_t_handler()

static void vl_api_nat44_session_cleanup_t_handler ( vl_api_nat44_session_cleanup_t mp)
static

Definition at line 216 of file nat44_api.c.

◆ vl_api_nat44_set_session_limit_t_handler()

static void vl_api_nat44_set_session_limit_t_handler ( vl_api_nat44_set_session_limit_t mp)
static

Definition at line 225 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_show_running_config_t_handler()

static void vl_api_nat44_show_running_config_t_handler ( vl_api_nat44_show_running_config_t mp)
static

Definition at line 109 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_static_mapping_dump_t_handler()

static void vl_api_nat44_static_mapping_dump_t_handler ( vl_api_nat44_static_mapping_dump_t mp)
static

Definition at line 971 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_user_dump_t_handler()

static void vl_api_nat44_user_dump_t_handler ( vl_api_nat44_user_dump_t mp)
static

Definition at line 1271 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat44_user_session_dump_t_handler()

static void vl_api_nat44_user_session_dump_t_handler ( vl_api_nat44_user_session_dump_t mp)
static

Definition at line 1355 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_control_ping_t_handler()

static void vl_api_nat_control_ping_t_handler ( vl_api_nat_control_ping_t mp)
static

Definition at line 44 of file nat44_api.c.

◆ vl_api_nat_get_addr_and_port_alloc_alg_t_handler()

static void vl_api_nat_get_addr_and_port_alloc_alg_t_handler ( vl_api_nat_get_addr_and_port_alloc_alg_t mp)
static

Definition at line 380 of file nat44_api.c.

+ Here is the caller graph for this function:

◆ vl_api_nat_get_mss_clamping_t_handler()

static void vl_api_nat_get_mss_clamping_t_handler ( vl_api_nat_get_mss_clamping_t mp)
static

Definition at line 415 of file nat44_api.c.

◆ vl_api_nat_get_timeouts_t_handler()

static void vl_api_nat_get_timeouts_t_handler ( vl_api_nat_get_timeouts_t mp)
static

Definition at line 318 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ha_flush_t_handler()

static void vl_api_nat_ha_flush_t_handler ( vl_api_nat_ha_flush_t mp)
static

Definition at line 507 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ha_get_failover_t_handler()

static void vl_api_nat_ha_get_failover_t_handler ( vl_api_nat_ha_get_failover_t mp)
static

Definition at line 485 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ha_get_listener_t_handler()

static void vl_api_nat_ha_get_listener_t_handler ( vl_api_nat_ha_get_listener_t mp)
static

Definition at line 447 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ha_resync_t_handler()

static void vl_api_nat_ha_resync_t_handler ( vl_api_nat_ha_resync_t mp)
static

Definition at line 541 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ha_set_failover_t_handler()

static void vl_api_nat_ha_set_failover_t_handler ( vl_api_nat_ha_set_failover_t mp)
static

Definition at line 469 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ha_set_listener_t_handler()

static void vl_api_nat_ha_set_listener_t_handler ( vl_api_nat_ha_set_listener_t mp)
static

Definition at line 431 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_ipfix_enable_disable_t_handler()

static void vl_api_nat_ipfix_enable_disable_t_handler ( vl_api_nat_ipfix_enable_disable_t mp)
static

Definition at line 287 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_set_addr_and_port_alloc_alg_t_handler()

static void vl_api_nat_set_addr_and_port_alloc_alg_t_handler ( vl_api_nat_set_addr_and_port_alloc_alg_t mp)
static

Definition at line 337 of file nat44_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_nat_set_log_level_t_handler()

static void vl_api_nat_set_log_level_t_handler ( vl_api_nat_set_log_level_t mp)
static

Definition at line 239 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_set_mss_clamping_t_handler()

static void vl_api_nat_set_mss_clamping_t_handler ( vl_api_nat_set_mss_clamping_t mp)
static

Definition at line 400 of file nat44_api.c.

◆ vl_api_nat_set_timeouts_t_handler()

static void vl_api_nat_set_timeouts_t_handler ( vl_api_nat_set_timeouts_t mp)
static

Definition at line 303 of file nat44_api.c.

◆ vl_api_nat_set_workers_t_handler()

static void vl_api_nat_set_workers_t_handler ( vl_api_nat_set_workers_t mp)
static

Definition at line 154 of file nat44_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat_show_config_2_t_handler()

static void vl_api_nat_show_config_2_t_handler ( vl_api_nat_show_config_2_t mp)
static

Definition at line 83 of file nat44_api.c.

◆ vl_api_nat_show_config_t_handler()

static void vl_api_nat_show_config_t_handler ( vl_api_nat_show_config_t mp)
static

Definition at line 59 of file nat44_api.c.

◆ vl_api_nat_worker_dump_t_handler()

static void vl_api_nat_worker_dump_t_handler ( vl_api_nat_worker_dump_t mp)
static

Definition at line 199 of file nat44_api.c.

+ Here is the call graph for this function: