FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
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) |
#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.
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 | ||
) |
Definition at line 65 of file ip_types_api.c.
void ip_prefix_encode | ( | const fib_prefix_t * | in, |
vl_api_prefix_t * | out | ||
) |
Definition at line 81 of file ip_types_api.c.