FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
api_types.h File Reference
+ Include dependency graph for api_types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vl_api_string_t
 

Functions

int vl_api_to_api_string (u32 len, const char *buf, vl_api_string_t *str)
 
int vl_api_vec_to_api_string (const u8 *vec, vl_api_string_t *str)
 
u8vl_api_from_api_string (vl_api_string_t *astr)
 
u32 vl_api_string_len (vl_api_string_t *astr)
 
u8vl_api_from_api_to_vec (vl_api_string_t *astr)
 
u8vl_api_format_string (u8 *s, va_list *args)
 

Function Documentation

◆ vl_api_format_string()

u8* vl_api_format_string ( u8 s,
va_list *  args 
)

Definition at line 1126 of file api_shared.c.

◆ vl_api_from_api_string()

u8* vl_api_from_api_string ( vl_api_string_t astr)

Definition at line 1114 of file api_shared.c.

+ Here is the caller graph for this function:

◆ vl_api_from_api_to_vec()

u8* vl_api_from_api_to_vec ( vl_api_string_t astr)

Definition at line 1137 of file api_shared.c.

+ Here is the caller graph for this function:

◆ vl_api_string_len()

u32 vl_api_string_len ( vl_api_string_t astr)

Definition at line 1120 of file api_shared.c.

+ Here is the caller graph for this function:

◆ vl_api_to_api_string()

int vl_api_to_api_string ( u32  len,
const char *  buf,
vl_api_string_t str 
)

Definition at line 1095 of file api_shared.c.

+ Here is the caller graph for this function:

◆ vl_api_vec_to_api_string()

int vl_api_vec_to_api_string ( const u8 vec,
vl_api_string_t str 
)

Definition at line 1104 of file api_shared.c.