![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Include dependency graph for l2e_api.c:Go to the source code of this file.
Data Structures | |
| struct | l2_emulation_main_t_ |
| Grouping of global data for the L2 emulation feature. More... | |
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 | vl_api_version(n, v) static u32 api_version=(v); |
| #define | foreach_l2e_api_msg _(L2_EMULATION, l2_emulation) |
| #define | L2E_MSG_BASE l2_emulation_main.msg_id_base |
| #define | vl_msg_name_crc_list |
Typedefs | |
| typedef struct l2_emulation_main_t_ | l2_emulation_main_t |
| L2 Emulation Main. More... | |
Functions | |
| static void | vl_api_l2_emulation_t_handler (vl_api_l2_emulation_t *mp) |
| static void | setup_message_id_table (api_main_t *am) |
| static void | l2e_api_hookup (vlib_main_t *vm) |
| static clib_error_t * | l2e_init (vlib_main_t *vm) |
| VLIB_API_INIT_FUNCTION (l2e_init) | |
| VLIB_PLUGIN_REGISTER () | |
Variables | |
| static l2_emulation_main_t | l2_emulation_main |
| #define L2E_MSG_BASE l2_emulation_main.msg_id_base |
| #define vl_api_version | ( | n, | |
| v | |||
| ) | static u32 api_version=(v); |
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
| typedef struct l2_emulation_main_t_ l2_emulation_main_t |
L2 Emulation Main.
|
static |
|
static |
|
static |
|
static |
| VLIB_API_INIT_FUNCTION | ( | l2e_init | ) |
Here is the caller graph for this function:| VLIB_PLUGIN_REGISTER | ( | ) |
Here is the caller graph for this function:
|
static |