FD.io VPP  v19.08-27-gf4dcae4
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_family (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_address (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_ip4_address (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_ip6_address (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_prefix (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_mprefix (unformat_input_t *input, va_list *args)
 
uword unformat_vl_api_version (unformat_input_t *input, va_list *args)
 
u8format_vl_api_address (u8 *s, va_list *args)
 
u8format_vl_api_address_family (u8 *s, va_list *args)
 
u8format_vl_api_ip4_address (u8 *s, va_list *args)
 
u8format_vl_api_ip6_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)
 
u8format_vl_api_version (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 39 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_family ( u8 s,
va_list *  args 
)

Definition at line 26 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 52 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vl_api_ip4_address ( u8 s,
va_list *  args 
)

Definition at line 67 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vl_api_ip6_address ( u8 s,
va_list *  args 
)

Definition at line 77 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vl_api_mac_address ( u8 s,
va_list *  args 
)

Definition at line 98 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 87 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vl_api_version ( u8 s,
va_list *  args 
)

Definition at line 106 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 128 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword unformat_vl_api_address_family ( unformat_input_t input,
va_list *  args 
)

Definition at line 143 of file types.c.

+ Here is the call graph for this function:

uword unformat_vl_api_ip4_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 159 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword unformat_vl_api_ip6_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 169 of file types.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword unformat_vl_api_mac_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 120 of file types.c.

+ Here is the call graph for this function:

uword unformat_vl_api_mprefix ( unformat_input_t input,
va_list *  args 
)

Definition at line 190 of file types.c.

+ Here is the call graph for this function:

uword unformat_vl_api_prefix ( unformat_input_t input,
va_list *  args 
)

Definition at line 179 of file types.c.

+ Here is the call graph for this function:

uword unformat_vl_api_version ( unformat_input_t input,
va_list *  args 
)

Definition at line 236 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 23 of file types.c.

const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS

Definition at line 22 of file types.c.