FD.io VPP  v18.07.1-19-g511ce25
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

void ip_address_decode (const vl_api_address_t *in, ip46_address_t *out)
 
void ip_address_encode (const ip46_address_t *in, 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)
 

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

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

Definition at line 34 of file ip_types_api.c.

+ Here is the caller graph for this function:

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

Definition at line 49 of file ip_types_api.c.

+ Here is the caller graph for this function:

void ip_prefix_decode ( const vl_api_prefix_t *  in,
fib_prefix_t out 
)

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function: