FD.io VPP
v19.04.4-rc0-5-ge88582fac
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_vpe_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_set_ipfix_exporter_t_handler (vl_api_set_ipfix_exporter_t *mp) |
static void | vl_api_ipfix_exporter_dump_t_handler (vl_api_ipfix_exporter_dump_t *mp) |
static void | vl_api_set_ipfix_classify_stream_t_handler (vl_api_set_ipfix_classify_stream_t *mp) |
static void | vl_api_ipfix_classify_stream_dump_t_handler (vl_api_ipfix_classify_stream_dump_t *mp) |
static void | vl_api_ipfix_classify_table_add_del_t_handler (vl_api_ipfix_classify_table_add_del_t *mp) |
static void | send_ipfix_classify_table_details (u32 table_index, vl_api_registration_t *reg, u32 context) |
static void | vl_api_ipfix_classify_table_dump_t_handler (vl_api_ipfix_classify_table_dump_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | flow_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (flow_api_hookup) | |
#define foreach_vpe_api_msg |
Definition at line 48 of file flow_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 36 of file flow_api.c.
#define vl_msg_name_crc_list |
Definition at line 353 of file flow_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 41 of file flow_api.c.
#define vl_printfun |
Definition at line 42 of file flow_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 32 of file flow_api.c.
|
static |
|
static |
Definition at line 310 of file flow_api.c.
|
static |
|
static |
Definition at line 211 of file flow_api.c.
|
static |
Definition at line 233 of file flow_api.c.
|
static |
Definition at line 331 of file flow_api.c.
|
static |
|
static |
Definition at line 183 of file flow_api.c.
|
static |
VLIB_API_INIT_FUNCTION | ( | flow_api_hookup | ) |