FD.io VPP  v18.07.1-19-g511ce25
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 send_dslite_address_details (snat_address_t *ap, vl_api_registration_t *reg, u32 context)
 
static void vl_api_dslite_address_dump_t_handler (vl_api_dslite_address_dump_t *mp)
 
static void * vl_api_dslite_address_dump_t_print (vl_api_dslite_address_dump_t *mp, void *handle)
 
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:523
#define vec_free(V)
Free vector's memory (no header).
Definition: vec.h:339
#define vl_print(handle,...)
Definition: nat_api.c:48

Definition at line 59 of file nat_api.c.

#define foreach_snat_plugin_api_msg

Definition at line 3040 of file nat_api.c.

#define REPLY_MSG_ID_BASE   sm->msg_id_base

Definition at line 50 of file nat_api.c.

#define vl_api_nat44_add_del_lb_static_mapping_t_endian   vl_noop_handler

Definition at line 35 of file nat_api.c.

#define vl_api_nat44_lb_addr_port_t_endian   vl_noop_handler

Definition at line 34 of file nat_api.c.

#define vl_api_nat44_nat44_lb_static_mapping_details_t_endian   vl_noop_handler

Definition at line 36 of file nat_api.c.

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

Definition at line 54 of file nat_api.c.

#define vl_endianfun

Definition at line 44 of file nat_api.c.

#define vl_msg_name_crc_list

Definition at line 3121 of file nat_api.c.

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

Definition at line 48 of file nat_api.c.

#define vl_typedefs

Definition at line 39 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 2325 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 2236 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 2148 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 2552 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 2452 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 2931 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 2978 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 337 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 360 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 3135 of file nat_api.c.

+ Here is the caller graph for this function:

static void send_dslite_address_details ( snat_address_t ap,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 2792 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_address_details ( snat_address_t a,
vl_api_registration_t reg,
u32  context,
u8  twice_nat 
)
static

Definition at line 490 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 997 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 973 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 1103 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 580 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 668 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 1407 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 831 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 797 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 1156 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 1214 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 2020 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 187 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 1776 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 3126 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 3145 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 3104 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 1330 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 2760 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 2840 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_address_dump_t_handler ( vl_api_dslite_address_dump_t mp)
static

Definition at line 2810 of file nat_api.c.

+ Here is the call graph for this function:

static void* vl_api_dslite_address_dump_t_print ( vl_api_dslite_address_dump_t mp,
void *  handle 
)
static

Definition at line 2829 of file nat_api.c.

+ Here is the call 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 2669 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 2686 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 2731 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 2748 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 2635 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 2655 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 2697 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 2717 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 415 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 475 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 908 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 951 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 1066 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 1090 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 1352 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 1395 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 721 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 769 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 515 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 537 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 1484 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 1519 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 1539 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 1577 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 1589 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 1611 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 1022 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 1055 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 549 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 567 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 630 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 655 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 1122 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 1145 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 599 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 618 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 688 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 710 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 1451 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 1474 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 861 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 896 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 1182 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 1204 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 1261 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 1316 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 2601 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 2618 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 2203 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 2222 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 2092 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 2127 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 2523 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 2539 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 2286 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 2309 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 2355 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 2377 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 2423 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 2442 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 2257 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 2274 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 2175 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 2192 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 2572 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 2589 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 2387 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 2408 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 2488 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 2513 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 2858 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 2877 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 2892 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 2911 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 2950 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 2967 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 3010 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 3028 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 71 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 86 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 1625 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 1654 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 1960 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 2007 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 1902 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 1945 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 1668 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 1715 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 1866 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 1891 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 1799 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 1819 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 1726 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 1764 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 2041 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 2075 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 1829 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 1851 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 299 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 321 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 237 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 254 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 383 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 401 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 271 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 285 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 131 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 162 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 96 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 121 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 207 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 227 of file nat_api.c.

+ Here is the call graph for this function: