FD.io VPP  v19.01.3-6-g70449b9b9
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

static int vl_api_to_api_string (u32 len, const char *buf, vl_api_string_t *str)
 
static u8vl_api_from_api_string (vl_api_string_t *astr)
 
static u32 vl_api_string_len (vl_api_string_t *astr)
 
static char * vl_api_from_api_string_c (vl_api_string_t *astr)
 

Function Documentation

◆ vl_api_from_api_string()

static u8* vl_api_from_api_string ( vl_api_string_t astr)
inlinestatic

Definition at line 44 of file api_types.h.

+ Here is the caller graph for this function:

◆ vl_api_from_api_string_c()

static char* vl_api_from_api_string_c ( vl_api_string_t astr)
inlinestatic

Definition at line 56 of file api_types.h.

◆ vl_api_string_len()

static u32 vl_api_string_len ( vl_api_string_t astr)
inlinestatic

Definition at line 50 of file api_types.h.

+ Here is the caller graph for this function:

◆ vl_api_to_api_string()

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

Definition at line 35 of file api_types.h.

+ Here is the caller graph for this function: