FD.io VPP
v17.04.2-2-ga8f93f8
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 |
#define | foreach_vpe_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_gre_add_del_tunnel_t_handler (vl_api_gre_add_del_tunnel_t *mp) |
static void | send_gre_tunnel_details (gre_tunnel_t *t, unix_shared_memory_queue_t *q, u32 context) |
static void | vl_api_gre_tunnel_dump_t_handler (vl_api_gre_tunnel_dump_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | gre_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (gre_api_hookup) | |
#define foreach_vpe_api_msg |
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
|
static |
|
static |
|
static |
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | gre_api_hookup | ) |