FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
types.h File Reference
+ Include dependency graph for types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 

Functions

uword unformat_vl_api_mac_address (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_address (unformat_input_t *input, va_list *args)
 
u8format_vl_api_address (u8 *s, va_list *args)
 
u8format_vl_api_address_union (u8 *s, va_list *args)
 
u8format_vl_api_prefix (u8 *s, va_list *args)
 
u8format_vl_api_mprefix (u8 *s, va_list *args)
 
u8format_vl_api_mac_address (u8 *s, va_list *args)
 

Variables

const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS
 
const vl_api_address_t VL_API_ZERO_ADDRESS
 

Macro Definition Documentation

#define vl_typedefs   /* define message structures */

Definition at line 22 of file types.h.

Function Documentation

u8* format_vl_api_address ( u8 s,
va_list *  args 
)

Definition at line 23 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vl_api_address_union ( u8 s,
va_list *  args 
)

Definition at line 36 of file types.c.

+ Here is the call graph for this function:

u8* format_vl_api_mac_address ( u8 s,
va_list *  args 
)

Definition at line 85 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vl_api_mprefix ( u8 s,
va_list *  args 
)
u8* format_vl_api_prefix ( u8 s,
va_list *  args 
)

Definition at line 51 of file types.c.

+ Here is the call graph for this function:

uword unformat_vl_api_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 70 of file types.c.

+ Here is the call graph for this function:

uword unformat_vl_api_mac_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 62 of file types.c.

+ Here is the call graph for this function:

Variable Documentation

const vl_api_address_t VL_API_ZERO_ADDRESS

Definition at line 27 of file types.h.

const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS

Definition at line 26 of file types.h.