![]() |
FD.io VPP
v19.08.1-401-g8e4ed521a
Vector Packet Processing
|
Include dependency graph for l3xc_api.c:Go to the source code of this file.
Data Structures | |
| struct | l3xc_dump_walk_ctx_t_ |
Macros | |
| #define | vl_typedefs |
| #define | vl_endianfun |
| #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_l3xc_plugin_api_msg |
| #define | vl_msg_name_crc_list |
Typedefs | |
| typedef struct l3xc_dump_walk_ctx_t_ | l3xc_dump_walk_ctx_t |
Functions | |
| static void | vl_api_l3xc_plugin_get_version_t_handler (vl_api_l3xc_plugin_get_version_t *mp) |
| static void | vl_api_l3xc_update_t_handler (vl_api_l3xc_update_t *mp) |
| static void | vl_api_l3xc_del_t_handler (vl_api_l3xc_del_t *mp) |
| static int | l3xc_send_details (u32 l3xci, void *args) |
| static void | vl_api_l3xc_dump_t_handler (vl_api_l3xc_dump_t *mp) |
| static clib_error_t * | l3xc_plugin_api_hookup (vlib_main_t *vm) |
| static void | setup_message_id_table (api_main_t *apim) |
| static clib_error_t * | l3xc_api_init (vlib_main_t *vm) |
| VLIB_PLUGIN_REGISTER () | |
Variables | |
| static u32 | l3xc_base_msg_id |
| Base message ID fot the plugin. More... | |
| #define foreach_l3xc_plugin_api_msg |
Definition at line 63 of file l3xc_api.c.
| #define vl_api_version | ( | n, | |
| v | |||
| ) | static u32 api_version=(v); |
Definition at line 50 of file l3xc_api.c.
| #define vl_endianfun |
Definition at line 39 of file l3xc_api.c.
| #define vl_msg_name_crc_list |
Definition at line 231 of file l3xc_api.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 44 of file l3xc_api.c.
| #define vl_printfun |
Definition at line 45 of file l3xc_api.c.
| #define vl_typedefs |
Definition at line 34 of file l3xc_api.c.
| typedef struct l3xc_dump_walk_ctx_t_ l3xc_dump_walk_ctx_t |
|
static |
|
static |
|
static |
Definition at line 156 of file l3xc_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
|
static |
| VLIB_PLUGIN_REGISTER | ( | ) |
|
static |
Base message ID fot the plugin.
Definition at line 57 of file l3xc_api.c.