FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
udp_cli.c File Reference
+ Include dependency graph for udp_cli.c:

Go to the source code of this file.

Functions

u8format_udp_connection_id (u8 *s, va_list *args)
 
static u8format_udp_connection_flags (u8 *s, va_list *args)
 
static u8format_udp_vars (u8 *s, va_list *args)
 
u8format_udp_connection (u8 *s, va_list *args)
 
static clib_error_tudp_config_fn (vlib_main_t *vm, unformat_input_t *input)
 
static clib_error_tshow_udp_punt_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd_arg)
 

Variables

static const char * udp_connection_flags_str []
 
static vlib_cli_command_t show_tcp_punt_command
 (constructor) VLIB_CLI_COMMAND (show_tcp_punt_command) More...
 

Function Documentation

◆ format_udp_connection()

u8* format_udp_connection ( u8 s,
va_list *  args 
)

Definition at line 75 of file udp_cli.c.

+ Here is the call graph for this function:

◆ format_udp_connection_flags()

static u8* format_udp_connection_flags ( u8 s,
va_list *  args 
)
static

Definition at line 44 of file udp_cli.c.

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

◆ format_udp_connection_id()

u8* format_udp_connection_id ( u8 s,
va_list *  args 
)

Definition at line 19 of file udp_cli.c.

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

◆ format_udp_vars()

static u8* format_udp_vars ( u8 s,
va_list *  args 
)
static

Definition at line 63 of file udp_cli.c.

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

◆ show_udp_punt_fn()

static clib_error_t* show_udp_punt_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd_arg 
)
static

Definition at line 112 of file udp_cli.c.

+ Here is the call graph for this function:

◆ udp_config_fn()

static clib_error_t* udp_config_fn ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 93 of file udp_cli.c.

+ Here is the call graph for this function:

Variable Documentation

◆ show_tcp_punt_command

vlib_cli_command_t show_tcp_punt_command
static
Initial value:
=
{
.path = "show udp punt",
.short_help = "show udp punt [ipv4|ipv6]",
.function = show_udp_punt_fn,
}
static clib_error_t * show_udp_punt_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd_arg)
Definition: udp_cli.c:112

(constructor) VLIB_CLI_COMMAND (show_tcp_punt_command)

Definition at line 163 of file udp_cli.c.

◆ udp_connection_flags_str

const char* udp_connection_flags_str[]
static
Initial value:

Definition at line 37 of file udp_cli.c.