FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
nat_api.c File Reference

NAT plugin API implementation. More...

+ Include dependency graph for nat_api.c:

Go to the source code of this file.

Data Structures

struct  nat_api_walk_ctx_t_
 
struct  nat64_api_walk_ctx_t_
 
struct  nat66_api_walk_ctx_t_
 

Macros

#define vl_api_nat44_lb_addr_port_t_endian   vl_noop_handler
 
#define vl_api_nat44_add_del_lb_static_mapping_t_endian   vl_noop_handler
 
#define vl_api_nat44_nat44_lb_static_mapping_details_t_endian   vl_noop_handler
 
#define vl_typedefs
 
#define vl_endianfun
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define REPLY_MSG_ID_BASE   sm->msg_id_base
 
#define vl_api_version(n, v)   static u32 api_version=(v);
 
#define FINISH
 
#define foreach_snat_plugin_api_msg
 
#define vl_msg_name_crc_list
 

Typedefs

typedef struct nat_api_walk_ctx_t_ nat_api_walk_ctx_t
 
typedef struct nat64_api_walk_ctx_t_ nat64_api_walk_ctx_t
 
typedef struct nat66_api_walk_ctx_t_ nat66_api_walk_ctx_t
 

Functions

static void vl_api_nat_control_ping_t_handler (vl_api_nat_control_ping_t *mp)
 
static void * vl_api_nat_control_ping_t_print (vl_api_nat_control_ping_t *mp, void *handle)
 
static void vl_api_nat_show_config_t_handler (vl_api_nat_show_config_t *mp)
 
static void * vl_api_nat_show_config_t_print (vl_api_nat_show_config_t *mp, void *handle)
 
static void vl_api_nat_set_workers_t_handler (vl_api_nat_set_workers_t *mp)
 
static void * vl_api_nat_set_workers_t_print (vl_api_nat_set_workers_t *mp, void *handle)
 
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_nat_worker_dump_t_print (vl_api_nat_worker_dump_t *mp, void *handle)
 
static void vl_api_nat_ipfix_enable_disable_t_handler (vl_api_nat_ipfix_enable_disable_t *mp)
 
static void * vl_api_nat_ipfix_enable_disable_t_print (vl_api_nat_ipfix_enable_disable_t *mp, void *handle)
 
static void vl_api_nat_set_reass_t_handler (vl_api_nat_set_reass_t *mp)
 
static void * vl_api_nat_set_reass_t_print (vl_api_nat_set_reass_t *mp, void *handle)
 
static void vl_api_nat_get_reass_t_handler (vl_api_nat_get_reass_t *mp)
 
static void * vl_api_nat_get_reass_t_print (vl_api_nat_get_reass_t *mp, void *handle)
 
static int nat_ip4_reass_walk_api (nat_reass_ip4_t *reass, void *arg)
 
static int nat_ip6_reass_walk_api (nat_reass_ip6_t *reass, void *arg)
 
static void vl_api_nat_reass_dump_t_handler (vl_api_nat_reass_dump_t *mp)
 
static void * vl_api_nat_reass_dump_t_print (vl_api_nat_reass_dump_t *mp, void *handle)
 
static void vl_api_nat44_add_del_address_range_t_handler (vl_api_nat44_add_del_address_range_t *mp)
 
static void * vl_api_nat44_add_del_address_range_t_print (vl_api_nat44_add_del_address_range_t *mp, void *handle)
 
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_address_dump_t_print (vl_api_nat44_address_dump_t *mp, void *handle)
 
static void vl_api_nat44_interface_add_del_feature_t_handler (vl_api_nat44_interface_add_del_feature_t *mp)
 
static void * vl_api_nat44_interface_add_del_feature_t_print (vl_api_nat44_interface_add_del_feature_t *mp, void *handle)
 
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_dump_t_print (vl_api_nat44_interface_dump_t *mp, void *handle)
 
static void vl_api_nat44_interface_add_del_output_feature_t_handler (vl_api_nat44_interface_add_del_output_feature_t *mp)
 
static void * vl_api_nat44_interface_add_del_output_feature_t_print (vl_api_nat44_interface_add_del_output_feature_t *mp, void *handle)
 
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_interface_output_feature_dump_t_print (vl_api_nat44_interface_output_feature_dump_t *mp, void *handle)
 
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_t_print (vl_api_nat44_add_del_static_mapping_t *mp, void *handle)
 
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_static_mapping_dump_t_print (vl_api_nat44_static_mapping_dump_t *mp, void *handle)
 
static void vl_api_nat44_add_del_identity_mapping_t_handler (vl_api_nat44_add_del_identity_mapping_t *mp)
 
static void * vl_api_nat44_add_del_identity_mapping_t_print (vl_api_nat44_add_del_identity_mapping_t *mp, void *handle)
 
static void send_nat44_identity_mapping_details (snat_static_mapping_t *m, 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_identity_mapping_dump_t_print (vl_api_nat44_identity_mapping_dump_t *mp, void *handle)
 
static void vl_api_nat44_add_del_interface_addr_t_handler (vl_api_nat44_add_del_interface_addr_t *mp)
 
static void * vl_api_nat44_add_del_interface_addr_t_print (vl_api_nat44_add_del_interface_addr_t *mp, void *handle)
 
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 * vl_api_nat44_interface_addr_dump_t_print (vl_api_nat44_interface_addr_dump_t *mp, void *handle)
 
static void send_nat44_user_details (snat_user_t *u, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat44_user_dump_t_handler (vl_api_nat44_user_dump_t *mp)
 
static void * vl_api_nat44_user_dump_t_print (vl_api_nat44_user_dump_t *mp, void *handle)
 
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 void * vl_api_nat44_user_session_dump_t_print (vl_api_nat44_user_session_dump_t *mp, void *handle)
 
static nat44_lb_addr_port_tunformat_nat44_lb_addr_port (vl_api_nat44_lb_addr_port_t *addr_port_pairs, u8 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_add_del_lb_static_mapping_t_print (vl_api_nat44_add_del_lb_static_mapping_t *mp, void *handle)
 
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_lb_static_mapping_dump_t_print (vl_api_nat44_lb_static_mapping_dump_t *mp, void *handle)
 
static void vl_api_nat44_del_session_t_handler (vl_api_nat44_del_session_t *mp)
 
static void * vl_api_nat44_del_session_t_print (vl_api_nat44_del_session_t *mp, void *handle)
 
static void vl_api_nat44_forwarding_enable_disable_t_handler (vl_api_nat44_forwarding_enable_disable_t *mp)
 
static void * vl_api_nat44_forwarding_enable_disable_t_print (vl_api_nat44_forwarding_enable_disable_t *mp, void *handle)
 
static void vl_api_nat44_forwarding_is_enabled_t_handler (vl_api_nat44_forwarding_is_enabled_t *mp)
 
static void * vl_api_nat44_forwarding_is_enabled_t_print (vl_api_nat44_forwarding_is_enabled_t *mp, void *handle)
 
static void vl_api_nat_det_add_del_map_t_handler (vl_api_nat_det_add_del_map_t *mp)
 
static void * vl_api_nat_det_add_del_map_t_print (vl_api_nat_det_add_del_map_t *mp, void *handle)
 
static void vl_api_nat_det_forward_t_handler (vl_api_nat_det_forward_t *mp)
 
static void * vl_api_nat_det_forward_t_print (vl_api_nat_det_forward_t *mp, void *handle)
 
static void vl_api_nat_det_reverse_t_handler (vl_api_nat_det_reverse_t *mp)
 
static void * vl_api_nat_det_reverse_t_print (vl_api_nat_det_reverse_t *mp, void *handle)
 
static void sent_nat_det_map_details (snat_det_map_t *m, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat_det_map_dump_t_handler (vl_api_nat_det_map_dump_t *mp)
 
static void * vl_api_nat_det_map_dump_t_print (vl_api_nat_det_map_dump_t *mp, void *handle)
 
static void vl_api_nat_det_set_timeouts_t_handler (vl_api_nat_det_set_timeouts_t *mp)
 
static void * vl_api_nat_det_set_timeouts_t_print (vl_api_nat_det_set_timeouts_t *mp, void *handle)
 
static void vl_api_nat_det_get_timeouts_t_handler (vl_api_nat_det_get_timeouts_t *mp)
 
static void * vl_api_nat_det_get_timeouts_t_print (vl_api_nat_det_get_timeouts_t *mp, void *handle)
 
static void vl_api_nat_det_close_session_out_t_handler (vl_api_nat_det_close_session_out_t *mp)
 
static void * vl_api_nat_det_close_session_out_t_print (vl_api_nat_det_close_session_out_t *mp, void *handle)
 
static void vl_api_nat_det_close_session_in_t_handler (vl_api_nat_det_close_session_in_t *mp)
 
static void * vl_api_nat_det_close_session_in_t_print (vl_api_nat_det_close_session_in_t *mp, void *handle)
 
static void send_nat_det_session_details (snat_det_session_t *s, vl_api_registration_t *reg, u32 context)
 
static void vl_api_nat_det_session_dump_t_handler (vl_api_nat_det_session_dump_t *mp)
 
static void * vl_api_nat_det_session_dump_t_print (vl_api_nat_det_session_dump_t *mp, void *handle)
 
static void vl_api_nat64_add_del_pool_addr_range_t_handler (vl_api_nat64_add_del_pool_addr_range_t *mp)
 
static void * vl_api_nat64_add_del_pool_addr_range_t_print (vl_api_nat64_add_del_pool_addr_range_t *mp, void *handle)
 
static int nat64_api_pool_walk (snat_address_t *a, void *arg)
 
static void vl_api_nat64_pool_addr_dump_t_handler (vl_api_nat64_pool_addr_dump_t *mp)
 
static void * vl_api_nat64_pool_addr_dump_t_print (vl_api_nat64_pool_addr_dump_t *mp, void *handle)
 
static void vl_api_nat64_add_del_interface_t_handler (vl_api_nat64_add_del_interface_t *mp)
 
static void * vl_api_nat64_add_del_interface_t_print (vl_api_nat64_add_del_interface_t *mp, void *handle)
 
static int nat64_api_interface_walk (snat_interface_t *i, void *arg)
 
static void vl_api_nat64_interface_dump_t_handler (vl_api_nat64_interface_dump_t *mp)
 
static void * vl_api_nat64_interface_dump_t_print (vl_api_nat64_interface_dump_t *mp, void *handle)
 
static void vl_api_nat64_add_del_static_bib_t_handler (vl_api_nat64_add_del_static_bib_t *mp)
 
static void * vl_api_nat64_add_del_static_bib_t_print (vl_api_nat64_add_del_static_bib_t *mp, void *handle)
 
static int nat64_api_bib_walk (nat64_db_bib_entry_t *bibe, void *arg)
 
static void vl_api_nat64_bib_dump_t_handler (vl_api_nat64_bib_dump_t *mp)
 
static void * vl_api_nat64_bib_dump_t_print (vl_api_nat64_bib_dump_t *mp, void *handle)
 
static void vl_api_nat64_set_timeouts_t_handler (vl_api_nat64_set_timeouts_t *mp)
 
static void * vl_api_nat64_set_timeouts_t_print (vl_api_nat64_set_timeouts_t *mp, void *handle)
 
static void vl_api_nat64_get_timeouts_t_handler (vl_api_nat64_get_timeouts_t *mp)
 
static void * vl_api_nat64_get_timeouts_t_print (vl_api_nat64_get_timeouts_t *mp, void *handle)
 
static int nat64_api_st_walk (nat64_db_st_entry_t *ste, void *arg)
 
static void vl_api_nat64_st_dump_t_handler (vl_api_nat64_st_dump_t *mp)
 
static void * vl_api_nat64_st_dump_t_print (vl_api_nat64_st_dump_t *mp, void *handle)
 
static void vl_api_nat64_add_del_prefix_t_handler (vl_api_nat64_add_del_prefix_t *mp)
 
static void * vl_api_nat64_add_del_prefix_t_print (vl_api_nat64_add_del_prefix_t *mp, void *handle)
 
static int nat64_api_prefix_walk (nat64_prefix_t *p, void *arg)
 
static void vl_api_nat64_prefix_dump_t_handler (vl_api_nat64_prefix_dump_t *mp)
 
static void * vl_api_nat64_prefix_dump_t_print (vl_api_nat64_prefix_dump_t *mp, void *handle)
 
static void vl_api_nat64_add_del_interface_addr_t_handler (vl_api_nat64_add_del_interface_addr_t *mp)
 
static void * vl_api_nat64_add_del_interface_addr_t_print (vl_api_nat64_add_del_interface_addr_t *mp, void *handle)
 
static void vl_api_dslite_set_aftr_addr_t_handler (vl_api_dslite_set_aftr_addr_t *mp)
 
static void * vl_api_dslite_set_aftr_addr_t_print (vl_api_dslite_set_aftr_addr_t *mp, void *handle)
 
static void vl_api_dslite_get_aftr_addr_t_handler (vl_api_dslite_get_aftr_addr_t *mp)
 
static void * vl_api_dslite_get_aftr_addr_t_print (vl_api_dslite_get_aftr_addr_t *mp, void *handle)
 
static void vl_api_dslite_set_b4_addr_t_handler (vl_api_dslite_set_b4_addr_t *mp)
 
static void * vl_api_dslite_set_b4_addr_t_print (vl_api_dslite_set_b4_addr_t *mp, void *handle)
 
static void vl_api_dslite_get_b4_addr_t_handler (vl_api_dslite_get_b4_addr_t *mp)
 
static void * vl_api_dslite_get_b4_addr_t_print (vl_api_dslite_get_b4_addr_t *mp, void *handle)
 
static void vl_api_dslite_add_del_pool_addr_range_t_handler (vl_api_dslite_add_del_pool_addr_range_t *mp)
 
static void * vl_api_dslite_add_del_pool_addr_range_t_print (vl_api_dslite_add_del_pool_addr_range_t *mp, void *handle)
 
static void vl_api_nat66_add_del_interface_t_handler (vl_api_nat66_add_del_interface_t *mp)
 
static void * vl_api_nat66_add_del_interface_t_print (vl_api_nat66_add_del_interface_t *mp, void *handle)
 
static void vl_api_nat66_add_del_static_mapping_t_handler (vl_api_nat66_add_del_static_mapping_t *mp)
 
static void * vl_api_nat66_add_del_static_mapping_t_print (vl_api_nat66_add_del_static_mapping_t *mp, void *handle)
 
static int nat66_api_interface_walk (snat_interface_t *i, void *arg)
 
static void vl_api_nat66_interface_dump_t_handler (vl_api_nat66_interface_dump_t *mp)
 
static void * vl_api_nat66_interface_dump_t_print (vl_api_nat66_interface_dump_t *mp, void *handle)
 
static int nat66_api_static_mapping_walk (nat66_static_mapping_t *m, void *arg)
 
static void vl_api_nat66_static_mapping_dump_t_handler (vl_api_nat66_static_mapping_dump_t *mp)
 
static void * vl_api_nat66_static_mapping_dump_t_print (vl_api_nat66_static_mapping_dump_t *mp, void *handle)
 
static clib_error_tsnat_plugin_api_hookup (vlib_main_t *vm)
 
static void setup_message_id_table (snat_main_t *sm, api_main_t *am)
 
static void plugin_custom_dump_configure (snat_main_t *sm)
 
clib_error_tsnat_api_init (vlib_main_t *vm, snat_main_t *sm)
 

Detailed Description

NAT plugin API implementation.

Definition in file nat_api.c.

Macro Definition Documentation

#define FINISH
Value:
vec_add1 (s, 0); \
vl_print (handle, (char *)s); \
vec_free (s); \
return handle;
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
Definition: vec.h:520
#define vec_free(V)
Free vector's memory (no header).
Definition: vec.h:336
#define vl_print(handle,...)
Definition: nat_api.c:47

Definition at line 58 of file nat_api.c.

#define foreach_snat_plugin_api_msg

Definition at line 2785 of file nat_api.c.

#define REPLY_MSG_ID_BASE   sm->msg_id_base

Definition at line 49 of file nat_api.c.

#define vl_api_nat44_add_del_lb_static_mapping_t_endian   vl_noop_handler

Definition at line 34 of file nat_api.c.

#define vl_api_nat44_lb_addr_port_t_endian   vl_noop_handler

Definition at line 33 of file nat_api.c.

#define vl_api_nat44_nat44_lb_static_mapping_details_t_endian   vl_noop_handler

Definition at line 35 of file nat_api.c.

#define vl_api_version (   n,
  v 
)    static u32 api_version=(v);

Definition at line 53 of file nat_api.c.

#define vl_endianfun

Definition at line 43 of file nat_api.c.

#define vl_msg_name_crc_list

Definition at line 2865 of file nat_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 47 of file nat_api.c.

#define vl_typedefs

Definition at line 38 of file nat_api.c.

Typedef Documentation

Function Documentation

static int nat64_api_bib_walk ( nat64_db_bib_entry_t *  bibe,
void *  arg 
)
static

Definition at line 2118 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_api_interface_walk ( snat_interface_t i,
void *  arg 
)
static

Definition at line 2029 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_api_pool_walk ( snat_address_t a,
void *  arg 
)
static

Definition at line 1941 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_api_prefix_walk ( nat64_prefix_t p,
void *  arg 
)
static

Definition at line 2345 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_api_st_walk ( nat64_db_st_entry_t *  ste,
void *  arg 
)
static

Definition at line 2245 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat66_api_interface_walk ( snat_interface_t i,
void *  arg 
)
static

Definition at line 2676 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat66_api_static_mapping_walk ( nat66_static_mapping_t m,
void *  arg 
)
static

Definition at line 2723 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat_ip4_reass_walk_api ( nat_reass_ip4_t *  reass,
void *  arg 
)
static

Definition at line 325 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat_ip6_reass_walk_api ( nat_reass_ip6_t *  reass,
void *  arg 
)
static

Definition at line 348 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void plugin_custom_dump_configure ( snat_main_t sm)
static

Definition at line 2879 of file nat_api.c.

+ Here is the caller graph for this function:

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

Definition at line 472 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 940 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 916 of file nat_api.c.

+ Here is the call graph for this function:

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 1036 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 559 of file nat_api.c.

+ Here is the call graph for this function:

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

Definition at line 641 of file nat_api.c.

+ Here is the call graph for this function:

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

Definition at line 1302 of file nat_api.c.

+ Here is the call graph for this function:

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 786 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 755 of file nat_api.c.

+ Here is the call graph for this function:

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

Definition at line 1086 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1137 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void send_nat_det_session_details ( snat_det_session_t s,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1816 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 178 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void sent_nat_det_map_details ( snat_det_map_t m,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 1601 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( snat_main_t sm,
api_main_t am 
)
static

Definition at line 2870 of file nat_api.c.

+ Here is the caller graph for this function:

clib_error_t* snat_api_init ( vlib_main_t vm,
snat_main_t sm 
)

Definition at line 2889 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* snat_plugin_api_hookup ( vlib_main_t vm)
static

Definition at line 2848 of file nat_api.c.

+ Here is the caller graph for this function:

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

Definition at line 1237 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_dslite_add_del_pool_addr_range_t_handler ( vl_api_dslite_add_del_pool_addr_range_t mp)
static

Definition at line 2553 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_dslite_add_del_pool_addr_range_t_print ( vl_api_dslite_add_del_pool_addr_range_t mp,
void *  handle 
)
static

Definition at line 2585 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_dslite_get_aftr_addr_t_handler ( vl_api_dslite_get_aftr_addr_t mp)
static

Definition at line 2462 of file nat_api.c.

static void* vl_api_dslite_get_aftr_addr_t_print ( vl_api_dslite_get_aftr_addr_t mp,
void *  handle 
)
static

Definition at line 2479 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_dslite_get_b4_addr_t_handler ( vl_api_dslite_get_b4_addr_t mp)
static

Definition at line 2524 of file nat_api.c.

static void* vl_api_dslite_get_b4_addr_t_print ( vl_api_dslite_get_b4_addr_t mp,
void *  handle 
)
static

Definition at line 2541 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_dslite_set_aftr_addr_t_handler ( vl_api_dslite_set_aftr_addr_t mp)
static

Definition at line 2428 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_dslite_set_aftr_addr_t_print ( vl_api_dslite_set_aftr_addr_t mp,
void *  handle 
)
static

Definition at line 2448 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_dslite_set_b4_addr_t_handler ( vl_api_dslite_set_b4_addr_t mp)
static

Definition at line 2490 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_dslite_set_b4_addr_t_print ( vl_api_dslite_set_b4_addr_t mp,
void *  handle 
)
static

Definition at line 2510 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_add_del_address_range_t_handler ( vl_api_nat44_add_del_address_range_t mp)
static

Definition at line 403 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_add_del_address_range_t_print ( vl_api_nat44_add_del_address_range_t mp,
void *  handle 
)
static

Definition at line 457 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_add_del_identity_mapping_t_handler ( vl_api_nat44_add_del_identity_mapping_t mp)
static

Definition at line 858 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_add_del_identity_mapping_t_print ( vl_api_nat44_add_del_identity_mapping_t mp,
void *  handle 
)
static

Definition at line 894 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_add_del_interface_addr_t_handler ( vl_api_nat44_add_del_interface_addr_t mp)
static

Definition at line 1005 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_add_del_interface_addr_t_print ( vl_api_nat44_add_del_interface_addr_t mp,
void *  handle 
)
static

Definition at line 1023 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 1259 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_add_del_lb_static_mapping_t_print ( vl_api_nat44_add_del_lb_static_mapping_t mp,
void *  handle 
)
static

Definition at line 1290 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_add_del_static_mapping_t_handler ( vl_api_nat44_add_del_static_mapping_t mp)
static

Definition at line 691 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_add_del_static_mapping_t_print ( vl_api_nat44_add_del_static_mapping_t mp,
void *  handle 
)
static

Definition at line 727 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_address_dump_t_handler ( vl_api_nat44_address_dump_t mp)
static

Definition at line 497 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_address_dump_t_print ( vl_api_nat44_address_dump_t mp,
void *  handle 
)
static

Definition at line 516 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_del_session_t_handler ( vl_api_nat44_del_session_t mp)
static

Definition at line 1373 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_del_session_t_print ( vl_api_nat44_del_session_t mp,
void *  handle 
)
static

Definition at line 1394 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_forwarding_enable_disable_t_handler ( vl_api_nat44_forwarding_enable_disable_t mp)
static

Definition at line 1410 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_forwarding_enable_disable_t_print ( vl_api_nat44_forwarding_enable_disable_t mp,
void *  handle 
)
static

Definition at line 1422 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_forwarding_is_enabled_t_handler ( vl_api_nat44_forwarding_is_enabled_t mp)
static

Definition at line 1434 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_forwarding_is_enabled_t_print ( vl_api_nat44_forwarding_is_enabled_t mp,
void *  handle 
)
static

Definition at line 1456 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_identity_mapping_dump_t_handler ( vl_api_nat44_identity_mapping_dump_t mp)
static

Definition at line 965 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_identity_mapping_dump_t_print ( vl_api_nat44_identity_mapping_dump_t mp,
void *  handle 
)
static

Definition at line 994 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_interface_add_del_feature_t_handler ( vl_api_nat44_interface_add_del_feature_t mp)
static

Definition at line 528 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_interface_add_del_feature_t_print ( vl_api_nat44_interface_add_del_feature_t mp,
void *  handle 
)
static

Definition at line 546 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 609 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_interface_add_del_output_feature_t_print ( vl_api_nat44_interface_add_del_output_feature_t mp,
void *  handle 
)
static

Definition at line 628 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_interface_addr_dump_t_handler ( vl_api_nat44_interface_addr_dump_t mp)
static

Definition at line 1055 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_interface_addr_dump_t_print ( vl_api_nat44_interface_addr_dump_t mp,
void *  handle 
)
static

Definition at line 1075 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_interface_dump_t_handler ( vl_api_nat44_interface_dump_t mp)
static

Definition at line 578 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_interface_dump_t_print ( vl_api_nat44_interface_dump_t mp,
void *  handle 
)
static

Definition at line 597 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_interface_output_feature_dump_t_handler ( vl_api_nat44_interface_output_feature_dump_t mp)
static

Definition at line 661 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_interface_output_feature_dump_t_print ( vl_api_nat44_interface_output_feature_dump_t mp,
void *  handle 
)
static

Definition at line 680 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_lb_static_mapping_dump_t_handler ( vl_api_nat44_lb_static_mapping_dump_t mp)
static

Definition at line 1343 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat44_lb_static_mapping_dump_t_print ( vl_api_nat44_lb_static_mapping_dump_t mp,
void *  handle 
)
static

Definition at line 1363 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat44_static_mapping_dump_t_handler ( vl_api_nat44_static_mapping_dump_t mp)
static

Definition at line 816 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_static_mapping_dump_t_print ( vl_api_nat44_static_mapping_dump_t mp,
void *  handle 
)
static

Definition at line 846 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_user_dump_t_handler ( vl_api_nat44_user_dump_t mp)
static

Definition at line 1108 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_user_dump_t_print ( vl_api_nat44_user_dump_t mp,
void *  handle 
)
static

Definition at line 1127 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat44_user_session_dump_t_handler ( vl_api_nat44_user_session_dump_t mp)
static

Definition at line 1171 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat44_user_session_dump_t_print ( vl_api_nat44_user_session_dump_t mp,
void *  handle 
)
static

Definition at line 1223 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_add_del_interface_addr_t_handler ( vl_api_nat64_add_del_interface_addr_t mp)
static

Definition at line 2394 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat64_add_del_interface_addr_t_print ( vl_api_nat64_add_del_interface_addr_t mp,
void *  handle 
)
static

Definition at line 2411 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat64_add_del_interface_t_handler ( vl_api_nat64_add_del_interface_t mp)
static

Definition at line 1996 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_add_del_interface_t_print ( vl_api_nat64_add_del_interface_t mp,
void *  handle 
)
static

Definition at line 2015 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_add_del_pool_addr_range_t_handler ( vl_api_nat64_add_del_pool_addr_range_t mp)
static

Definition at line 1885 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat64_add_del_pool_addr_range_t_print ( vl_api_nat64_add_del_pool_addr_range_t mp,
void *  handle 
)
static

Definition at line 1920 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat64_add_del_prefix_t_handler ( vl_api_nat64_add_del_prefix_t mp)
static

Definition at line 2316 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_add_del_prefix_t_print ( vl_api_nat64_add_del_prefix_t mp,
void *  handle 
)
static

Definition at line 2332 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_add_del_static_bib_t_handler ( vl_api_nat64_add_del_static_bib_t mp)
static

Definition at line 2079 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat64_add_del_static_bib_t_print ( vl_api_nat64_add_del_static_bib_t mp,
void *  handle 
)
static

Definition at line 2102 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat64_bib_dump_t_handler ( vl_api_nat64_bib_dump_t mp)
static

Definition at line 2148 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_bib_dump_t_print ( vl_api_nat64_bib_dump_t mp,
void *  handle 
)
static

Definition at line 2170 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_get_timeouts_t_handler ( vl_api_nat64_get_timeouts_t mp)
static

Definition at line 2216 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_get_timeouts_t_print ( vl_api_nat64_get_timeouts_t mp,
void *  handle 
)
static

Definition at line 2235 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat64_interface_dump_t_handler ( vl_api_nat64_interface_dump_t mp)
static

Definition at line 2050 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_interface_dump_t_print ( vl_api_nat64_interface_dump_t mp,
void *  handle 
)
static

Definition at line 2067 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_pool_addr_dump_t_handler ( vl_api_nat64_pool_addr_dump_t mp)
static

Definition at line 1968 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_pool_addr_dump_t_print ( vl_api_nat64_pool_addr_dump_t mp,
void *  handle 
)
static

Definition at line 1985 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_prefix_dump_t_handler ( vl_api_nat64_prefix_dump_t mp)
static

Definition at line 2365 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_prefix_dump_t_print ( vl_api_nat64_prefix_dump_t mp,
void *  handle 
)
static

Definition at line 2382 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat64_set_timeouts_t_handler ( vl_api_nat64_set_timeouts_t mp)
static

Definition at line 2180 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_set_timeouts_t_print ( vl_api_nat64_set_timeouts_t mp,
void *  handle 
)
static

Definition at line 2201 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat64_st_dump_t_handler ( vl_api_nat64_st_dump_t mp)
static

Definition at line 2281 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat64_st_dump_t_print ( vl_api_nat64_st_dump_t mp,
void *  handle 
)
static

Definition at line 2306 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat66_add_del_interface_t_handler ( vl_api_nat66_add_del_interface_t mp)
static

Definition at line 2603 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat66_add_del_interface_t_print ( vl_api_nat66_add_del_interface_t mp,
void *  handle 
)
static

Definition at line 2622 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat66_add_del_static_mapping_t_handler ( vl_api_nat66_add_del_static_mapping_t mp)
static

Definition at line 2637 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void* vl_api_nat66_add_del_static_mapping_t_print ( vl_api_nat66_add_del_static_mapping_t mp,
void *  handle 
)
static

Definition at line 2656 of file nat_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_nat66_interface_dump_t_handler ( vl_api_nat66_interface_dump_t mp)
static

Definition at line 2695 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat66_interface_dump_t_print ( vl_api_nat66_interface_dump_t mp,
void *  handle 
)
static

Definition at line 2712 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat66_static_mapping_dump_t_handler ( vl_api_nat66_static_mapping_dump_t mp)
static

Definition at line 2755 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat66_static_mapping_dump_t_print ( vl_api_nat66_static_mapping_dump_t mp,
void *  handle 
)
static

Definition at line 2773 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_control_ping_t_handler ( vl_api_nat_control_ping_t mp)
static

Definition at line 70 of file nat_api.c.

static void* vl_api_nat_control_ping_t_print ( vl_api_nat_control_ping_t mp,
void *  handle 
)
static

Definition at line 85 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_add_del_map_t_handler ( vl_api_nat_det_add_del_map_t mp)
static

Definition at line 1470 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_add_del_map_t_print ( vl_api_nat_det_add_del_map_t mp,
void *  handle 
)
static

Definition at line 1493 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_close_session_in_t_handler ( vl_api_nat_det_close_session_in_t mp)
static

Definition at line 1762 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_close_session_in_t_print ( vl_api_nat_det_close_session_in_t mp,
void *  handle 
)
static

Definition at line 1803 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_close_session_out_t_handler ( vl_api_nat_det_close_session_out_t mp)
static

Definition at line 1710 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_close_session_out_t_print ( vl_api_nat_det_close_session_out_t mp,
void *  handle 
)
static

Definition at line 1747 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_forward_t_handler ( vl_api_nat_det_forward_t mp)
static

Definition at line 1507 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_forward_t_print ( vl_api_nat_det_forward_t mp,
void *  handle 
)
static

Definition at line 1547 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_get_timeouts_t_handler ( vl_api_nat_det_get_timeouts_t mp)
static

Definition at line 1681 of file nat_api.c.

static void* vl_api_nat_det_get_timeouts_t_print ( vl_api_nat_det_get_timeouts_t mp,
void *  handle 
)
static

Definition at line 1699 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_map_dump_t_handler ( vl_api_nat_det_map_dump_t mp)
static

Definition at line 1624 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_map_dump_t_print ( vl_api_nat_det_map_dump_t mp,
void *  handle 
)
static

Definition at line 1641 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_reverse_t_handler ( vl_api_nat_det_reverse_t mp)
static

Definition at line 1558 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_reverse_t_print ( vl_api_nat_det_reverse_t mp,
void *  handle 
)
static

Definition at line 1589 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_session_dump_t_handler ( vl_api_nat_det_session_dump_t mp)
static

Definition at line 1837 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_det_session_dump_t_print ( vl_api_nat_det_session_dump_t mp,
void *  handle 
)
static

Definition at line 1868 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_det_set_timeouts_t_handler ( vl_api_nat_det_set_timeouts_t mp)
static

Definition at line 1651 of file nat_api.c.

static void* vl_api_nat_det_set_timeouts_t_print ( vl_api_nat_det_set_timeouts_t mp,
void *  handle 
)
static

Definition at line 1666 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_get_reass_t_handler ( vl_api_nat_get_reass_t mp)
static

Definition at line 287 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_get_reass_t_print ( vl_api_nat_get_reass_t mp,
void *  handle 
)
static

Definition at line 309 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_ipfix_enable_disable_t_handler ( vl_api_nat_ipfix_enable_disable_t mp)
static

Definition at line 225 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_ipfix_enable_disable_t_print ( vl_api_nat_ipfix_enable_disable_t mp,
void *  handle 
)
static

Definition at line 242 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_reass_dump_t_handler ( vl_api_nat_reass_dump_t mp)
static

Definition at line 371 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_reass_dump_t_print ( vl_api_nat_reass_dump_t mp,
void *  handle 
)
static

Definition at line 389 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_set_reass_t_handler ( vl_api_nat_set_reass_t mp)
static

Definition at line 259 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_set_reass_t_print ( vl_api_nat_set_reass_t mp,
void *  handle 
)
static

Definition at line 273 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_set_workers_t_handler ( vl_api_nat_set_workers_t mp)
static

Definition at line 130 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_set_workers_t_print ( vl_api_nat_set_workers_t mp,
void *  handle 
)
static

Definition at line 153 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_show_config_t_handler ( vl_api_nat_show_config_t mp)
static

Definition at line 95 of file nat_api.c.

static void* vl_api_nat_show_config_t_print ( vl_api_nat_show_config_t mp,
void *  handle 
)
static

Definition at line 120 of file nat_api.c.

+ Here is the call graph for this function:

static void vl_api_nat_worker_dump_t_handler ( vl_api_nat_worker_dump_t mp)
static

Definition at line 198 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_nat_worker_dump_t_print ( vl_api_nat_worker_dump_t mp,
void *  handle 
)
static

Definition at line 215 of file nat_api.c.

+ Here is the call graph for this function: