FD.io VPP  v19.04.4-rc0-5-ge88582fac
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)
 
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)
 
u8format_vl_api_address (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)
 

Variables

const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS
 
const vl_api_address_t VL_API_ZERO_ADDRESS
 

Macro Definition Documentation

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 22 of file types.h.

Function Documentation

◆ format_vl_api_address()

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:

◆ format_vl_api_address_union()

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:

◆ format_vl_api_ip4_address()

u8* format_vl_api_ip4_address ( u8 s,
va_list *  args 
)

Definition at line 51 of file types.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_vl_api_ip6_address()

u8* format_vl_api_ip6_address ( u8 s,
va_list *  args 
)

Definition at line 61 of file types.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_vl_api_mac_address()

u8* format_vl_api_mac_address ( u8 s,
va_list *  args 
)

Definition at line 82 of file types.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_vl_api_mprefix()

u8* format_vl_api_mprefix ( u8 s,
va_list *  args 
)

◆ format_vl_api_prefix()

u8* format_vl_api_prefix ( u8 s,
va_list *  args 
)

Definition at line 71 of file types.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unformat_vl_api_address()

uword unformat_vl_api_address ( unformat_input_t input,
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:

◆ unformat_vl_api_ip4_address()

uword unformat_vl_api_ip4_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 113 of file types.c.

+ Here is the call graph for this function:

◆ unformat_vl_api_ip6_address()

uword unformat_vl_api_ip6_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 123 of file types.c.

+ Here is the call graph for this function:

◆ unformat_vl_api_mac_address()

uword unformat_vl_api_mac_address ( unformat_input_t input,
va_list *  args 
)

Definition at line 90 of file types.c.

+ Here is the call graph for this function:

◆ unformat_vl_api_prefix()

uword unformat_vl_api_prefix ( unformat_input_t input,
va_list *  args 
)

Definition at line 133 of file types.c.

+ Here is the call graph for this function:

Variable Documentation

◆ VL_API_ZERO_ADDRESS

const vl_api_address_t VL_API_ZERO_ADDRESS

Definition at line 27 of file types.h.

◆ VL_API_ZERO_MAC_ADDRESS

const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS

Definition at line 26 of file types.h.