FD.io VPP  v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
types.c File Reference
+ Include dependency graph for types.c:

Go to the source code of this file.

Functions

u8format_vl_api_address (u8 *s, va_list *args)
 
u8format_vl_api_address_union (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_prefix (u8 *s, va_list *args)
 
u8format_vl_api_mac_address (u8 *s, va_list *args)
 
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)
 

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_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: