FD.io VPP  v19.08-27-gf4dcae4
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)
 

Function Documentation

u8* vl_api_from_api_string ( vl_api_string_t astr)

Definition at line 1078 of file api_shared.c.

+ Here is the caller graph for this function:

u8* vl_api_from_api_to_vec ( vl_api_string_t astr)

Definition at line 1093 of file api_shared.c.

+ Here is the caller graph for this function:

u32 vl_api_string_len ( vl_api_string_t astr)

Definition at line 1084 of file api_shared.c.

+ Here is the caller graph for this function:

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

Definition at line 1060 of file api_shared.c.

+ Here is the caller graph for this function:

int vl_api_vec_to_api_string ( const u8 vec,
vl_api_string_t str 
)

Definition at line 1068 of file api_shared.c.