FD.io VPP  v16.06
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)
 

Function Documentation

u8* format_ascii_bytes ( u8 s,
va_list *  va 
)

Definition at line 70 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 239 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 79 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 185 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 115 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 41 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 55 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 107 of file std-formats.c.

+ Here is the caller graph for this function:

uword unformat_memory_size ( unformat_input_t input,
va_list *  va 
)

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

+ Here is the call graph for this function: