![]() |
FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Include dependency graph for stn_api.c:Go to the source code of this file.
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 | REPLY_MSG_ID_BASE stn_main.msg_id_base |
| #define | FINISH |
| #define | foreach_stn_plugin_api_msg |
| #define | vl_msg_name_crc_list |
Functions | |
| static void * | vl_api_stn_add_del_rule_t_print (vl_api_stn_add_del_rule_t *mp, void *handle) |
| API message custom-dump function. More... | |
| static void | vl_api_stn_add_del_rule_t_handler (vl_api_stn_add_del_rule_t *mp) |
| static void | send_stn_rules_details (stn_rule_t *r, vl_api_registration_t *reg, u32 context) |
| static void | vl_api_stn_rules_dump_t_handler (vl_api_stn_rules_dump_t *mp) |
| static clib_error_t * | stn_plugin_api_hookup (vlib_main_t *vm) |
| Set up the API message handling tables. More... | |
| static void | setup_message_id_table (stn_main_t *stn, api_main_t *am) |
| static void | plugin_custom_dump_configure (stn_main_t *stn) |
| clib_error_t * | stn_api_init (vlib_main_t *vm, stn_main_t *sm) |
| #define FINISH |
| #define foreach_stn_plugin_api_msg |
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
|
static |
|
static |
|
static |
| clib_error_t* stn_api_init | ( | vlib_main_t * | vm, |
| stn_main_t * | sm | ||
| ) |
|
static |
Set up the API message handling tables.
| vm | vlib_main_t * vlib main data structure pointer |
Definition at line 160 of file stn_api.c.
Here is the caller graph for this function:
|
static |
|
static |
API message custom-dump function.
| mp | vl_api_stn_add_del_rule_t * mp the api message |
| handle | void * print function handle |
Definition at line 65 of file stn_api.c.
Here is the call graph for this function:
|
static |