FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
std-formats.c File Reference
+ Include dependency graph for std-formats.c:

Go to the source code of this file.

Functions

u8format_vec32 (u8 *s, va_list *va)
 
u8format_vec_uword (u8 *s, va_list *va)
 
u8format_ascii_bytes (u8 *s, va_list *va)
 
u8format_hex_bytes (u8 *s, va_list *va)
 
u8format_hex_bytes_no_wrap (u8 *s, va_list *va)
 
u8format_white_space (u8 *s, va_list *va)
 
u8format_time_interval (u8 *s, va_list *args)
 
u8format_memory_size (u8 *s, va_list *va)
 
uword unformat_memory_size (unformat_input_t *input, va_list *va)
 
u8format_c_identifier (u8 *s, va_list *va)
 
u8format_hexdump (u8 *s, va_list *args)
 

Function Documentation

◆ format_ascii_bytes()

u8* format_ascii_bytes ( u8 s,
va_list *  va 
)

Definition at line 74 of file std-formats.c.

+ Here is the caller graph for this function:

◆ format_c_identifier()

u8* format_c_identifier ( u8 s,
va_list *  va 
)

Definition at line 274 of file std-formats.c.

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

◆ format_hex_bytes()

u8* format_hex_bytes ( u8 s,
va_list *  va 
)

Definition at line 84 of file std-formats.c.

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

◆ format_hex_bytes_no_wrap()

u8* format_hex_bytes_no_wrap ( u8 s,
va_list *  va 
)

Definition at line 112 of file std-formats.c.

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

◆ format_hexdump()

u8* format_hexdump ( u8 s,
va_list *  args 
)

Definition at line 297 of file std-formats.c.

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

◆ format_memory_size()

u8* format_memory_size ( u8 s,
va_list *  va 
)

Definition at line 209 of file std-formats.c.

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

◆ format_time_interval()

u8* format_time_interval ( u8 s,
va_list *  args 
)

Definition at line 138 of file std-formats.c.

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

◆ format_vec32()

u8* format_vec32 ( u8 s,
va_list *  va 
)

Definition at line 43 of file std-formats.c.

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

◆ format_vec_uword()

u8* format_vec_uword ( u8 s,
va_list *  va 
)

Definition at line 58 of file std-formats.c.

+ Here is the call graph for this function:

◆ format_white_space()

u8* format_white_space ( u8 s,
va_list *  va 
)

Definition at line 129 of file std-formats.c.

◆ unformat_memory_size()

uword unformat_memory_size ( unformat_input_t input,
va_list *  va 
)

Definition at line 238 of file std-formats.c.

+ Here is the call graph for this function: