![]() |
FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
Include dependency graph for svs_api.c:Go to the source code of this file.
Data Structures | |
| struct | svs_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_svs_plugin_api_msg |
| #define | vl_msg_name_crc_list |
Typedefs | |
| typedef struct svs_dump_walk_ctx_t_ | svs_dump_walk_ctx_t |
Functions | |
| static void | vl_api_svs_plugin_get_version_t_handler (vl_api_svs_plugin_get_version_t *mp) |
| static void | vl_api_svs_table_add_del_t_handler (vl_api_svs_table_add_del_t *mp) |
| static void | vl_api_svs_route_add_del_t_handler (vl_api_svs_route_add_del_t *mp) |
| static void | vl_api_svs_enable_disable_t_handler (vl_api_svs_enable_disable_t *mp) |
| static walk_rc_t | svs_send_details (fib_protocol_t fproto, u32 table_id, u32 sw_if_index, void *args) |
| static void | vl_api_svs_dump_t_handler (vl_api_svs_dump_t *mp) |
| static clib_error_t * | svs_plugin_api_hookup (vlib_main_t *vm) |
| static void | setup_message_id_table (api_main_t *apim) |
| static clib_error_t * | svs_api_init (vlib_main_t *vm) |
| VLIB_PLUGIN_REGISTER () | |
Variables | |
| static u32 | svs_base_msg_id |
| Base message ID fot the plugin. More... | |
| #define foreach_svs_plugin_api_msg |
| #define vl_api_version | ( | n, | |
| v | |||
| ) | static u32 api_version=(v); |
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
| typedef struct svs_dump_walk_ctx_t_ svs_dump_walk_ctx_t |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| VLIB_PLUGIN_REGISTER | ( | ) |
Here is the caller graph for this function: