FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
echo_common.c File Reference
+ Include dependency graph for echo_common.c:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  echo_common_main_t
 

Functions

u8format_ip4_address (u8 *s, va_list *args)
 
u8format_ip6_address (u8 *s, va_list *args)
 
u8format_ip46_address (u8 *s, va_list *args)
 
static uword unformat_data (unformat_input_t *input, va_list *args)
 
static u8format_api_error (u8 *s, va_list *args)
 
static void init_error_string_table ()
 

Variables

echo_common_main_t echo_common_main
 

Function Documentation

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

Definition at line 131 of file echo_common.c.

+ Here is the call graph for this function:

u8* format_ip46_address ( u8 s,
va_list *  args 
)

Definition at line 88 of file echo_common.c.

+ Here is the call graph for this function:

u8* format_ip4_address ( u8 s,
va_list *  args 
)

Definition at line 30 of file echo_common.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_ip6_address ( u8 s,
va_list *  args 
)

Definition at line 37 of file echo_common.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void init_error_string_table ( )
static

Definition at line 147 of file echo_common.c.

static uword unformat_data ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 113 of file echo_common.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

echo_common_main_t echo_common_main

Definition at line 27 of file echo_common.c.