FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
ip_types_api.c File Reference
+ Include dependency graph for ip_types_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 

Functions

static ip46_type_t ip_address_union_decode (const vl_api_address_union_t *in, vl_api_address_family_t af, ip46_address_t *out)
 
ip46_type_t ip_address_decode (const vl_api_address_t *in, ip46_address_t *out)
 
static void ip_address_union_encode (const ip46_address_t *in, vl_api_address_family_t af, vl_api_address_union_t *out)
 
void ip_address_encode (const ip46_address_t *in, ip46_type_t type, vl_api_address_t *out)
 
void ip_prefix_decode (const vl_api_prefix_t *in, fib_prefix_t *out)
 
void ip_prefix_encode (const fib_prefix_t *in, vl_api_prefix_t *out)
 
void ip_mprefix_encode (const mfib_prefix_t *in, vl_api_mprefix_t *out)
 
void ip_mprefix_decode (const vl_api_mprefix_t *in, mfib_prefix_t *out)
 
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)
 

Macro Definition Documentation

#define vl_endianfun   /* define message structures */

Definition at line 22 of file ip_types_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 27 of file ip_types_api.c.

#define vl_printfun

Definition at line 28 of file ip_types_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 18 of file ip_types_api.c.

Function Documentation

u8* format_vl_api_address ( u8 s,
va_list *  args 
)

Definition at line 144 of file ip_types_api.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 157 of file ip_types_api.c.

+ Here is the call graph for this function:

u8* format_vl_api_prefix ( u8 s,
va_list *  args 
)

Definition at line 172 of file ip_types_api.c.

+ Here is the call graph for this function:

ip46_type_t ip_address_decode ( const vl_api_address_t *  in,
ip46_address_t *  out 
)

Definition at line 59 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip_address_encode ( const ip46_address_t *  in,
ip46_type_t  type,
vl_api_address_t *  out 
)

Definition at line 76 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static ip46_type_t ip_address_union_decode ( const vl_api_address_union_t *  in,
vl_api_address_family_t  af,
ip46_address_t *  out 
)
static

Definition at line 33 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void ip_address_union_encode ( const ip46_address_t *  in,
vl_api_address_family_t  af,
vl_api_address_union_t *  out 
)
static

Definition at line 65 of file ip_types_api.c.

+ Here is the caller graph for this function:

void ip_mprefix_decode ( const vl_api_mprefix_t *  in,
mfib_prefix_t out 
)

Definition at line 133 of file ip_types_api.c.

+ Here is the call graph for this function:

void ip_mprefix_encode ( const mfib_prefix_t in,
vl_api_mprefix_t *  out 
)

Definition at line 122 of file ip_types_api.c.

+ Here is the call graph for this function:

void ip_prefix_decode ( const vl_api_prefix_t *  in,
fib_prefix_t out 
)

Definition at line 98 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip_prefix_encode ( const fib_prefix_t in,
vl_api_prefix_t *  out 
)

Definition at line 114 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: