FD.io VPP  v18.01-8-g0eacf49
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_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

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:

u8* format_c_identifier ( u8 s,
va_list *  va 
)

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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:

u8* format_hexdump ( u8 s,
va_list *  args 
)

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_memory_size ( u8 s,
va_list *  va 
)

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_time_interval ( u8 s,
va_list *  args 
)

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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:

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:

+ Here is the caller graph for this function:

u8* format_white_space ( u8 s,
va_list *  va 
)

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

uword unformat_memory_size ( unformat_input_t input,
va_list *  va 
)

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

+ Here is the call graph for this function: