FD.io VPP
v18.01.2-1-g9b554f3
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_tapv2_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_tap_create_v2_t_handler (vl_api_tap_create_v2_t *mp) |
static void | tap_send_sw_interface_event_deleted (vpe_api_main_t *am, unix_shared_memory_queue_t *q, u32 sw_if_index) |
static void | vl_api_tap_delete_v2_t_handler (vl_api_tap_delete_v2_t *mp) |
static void | tap_send_sw_interface_details (vpe_api_main_t *am, unix_shared_memory_queue_t *q, tap_interface_details_t *tap_if, u32 context) |
static void | vl_api_sw_interface_tap_v2_dump_t_handler (vl_api_sw_interface_tap_v2_dump_t *mp) |
static void | tap_setup_message_id_table (api_main_t *am) |
static clib_error_t * | tapv2_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (tapv2_api_hookup) | |
#define foreach_tapv2_api_msg |
Definition at line 47 of file tapv2_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 34 of file tapv2_api.c.
#define vl_msg_name_crc_list |
Definition at line 222 of file tapv2_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 39 of file tapv2_api.c.
#define vl_printfun |
Definition at line 40 of file tapv2_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 30 of file tapv2_api.c.
|
static |
Definition at line 160 of file tapv2_api.c.
|
static |
Definition at line 115 of file tapv2_api.c.
|
static |
|
static |
|
static |
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | tapv2_api_hookup | ) |