FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
cnat_cli_handler.c File Reference
+ Include dependency graph for cnat_cli_handler.c:

Go to the source code of this file.

Functions

u32 cnat_get_vrfmap_nfv9_logging_index (u32 i_vrf_id)
 
u32 cnat_get_vrfmap_syslog_logging_index (u32 i_vrf_id)
 
void cnat_set_vrf_params_with_default (cnat_vrfmap_t *my_vrfmap, u32 i_vrf, u32 i_vrf_id)
 
void cnat_nat44_add_vrf_map_t_handler (spp_api_cnat_v4_add_vrf_map_t *mp, vlib_main_t *vm)
 
void cnat_nat44_set_protocol_timeout_value (u16 active, u16 init, u8 *proto, u8 reset, vlib_main_t *vm)
 
void cnat_nat44_handle_show_stats (vlib_main_t *vm)
 
void cnat_nat44_handle_show_config (vlib_main_t *vm)
 
static u8 cnat_v4_show_verify_display_entry (u16 request_flag, cnat_main_db_entry_t *db, u16 *entry_flag_ptr)
 
void cnat_v4_show_inside_entry_req_t_handler (spp_api_cnat_v4_show_inside_entry_req_t *mp, vlib_main_t *vm)
 
void cnat_v4_show_outside_entry_req_t_handler (spp_api_cnat_v4_show_outside_entry_req_t *mp, vlib_main_t *vm)
 

Variables

u32 show_debug_level = 0
 

Function Documentation

u32 cnat_get_vrfmap_nfv9_logging_index ( u32  i_vrf_id)

Definition at line 47 of file cnat_cli_handler.c.

+ Here is the caller graph for this function:

u32 cnat_get_vrfmap_syslog_logging_index ( u32  i_vrf_id)

Definition at line 70 of file cnat_cli_handler.c.

+ Here is the caller graph for this function:

void cnat_nat44_add_vrf_map_t_handler ( spp_api_cnat_v4_add_vrf_map_t mp,
vlib_main_t vm 
)

Definition at line 157 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cnat_nat44_handle_show_config ( vlib_main_t vm)

Definition at line 318 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cnat_nat44_handle_show_stats ( vlib_main_t vm)

Definition at line 264 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cnat_nat44_set_protocol_timeout_value ( u16  active,
u16  init,
u8 proto,
u8  reset,
vlib_main_t vm 
)

Definition at line 240 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cnat_set_vrf_params_with_default ( cnat_vrfmap_t my_vrfmap,
u32  i_vrf,
u32  i_vrf_id 
)

Definition at line 92 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cnat_v4_show_inside_entry_req_t_handler ( spp_api_cnat_v4_show_inside_entry_req_t mp,
vlib_main_t vm 
)

Definition at line 489 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cnat_v4_show_outside_entry_req_t_handler ( spp_api_cnat_v4_show_outside_entry_req_t mp,
vlib_main_t vm 
)

Definition at line 777 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8 cnat_v4_show_verify_display_entry ( u16  request_flag,
cnat_main_db_entry_t db,
u16 entry_flag_ptr 
)
static

Definition at line 413 of file cnat_cli_handler.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

u32 show_debug_level = 0

Definition at line 44 of file cnat_cli_handler.c.