![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
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_MACRO(t) |
#define | foreach_ioam_export_plugin_api_msg _(IOAM_EXPORT_IP6_ENABLE_DISABLE, ioam_export_ip6_enable_disable) |
Functions | |
clib_error_t * | vlib_plugin_register (vlib_main_t *vm, vnet_plugin_handoff_t *h, int from_early_init) |
int | ioam_export_ip6_enable_disable (ioam_export_main_t *em, u8 is_disable, ip4_address_t *collector_address, ip4_address_t *src_address) |
static void | vl_api_ioam_export_ip6_enable_disable_t_handler (vl_api_ioam_export_ip6_enable_disable_t *mp) |
static clib_error_t * | ioam_export_plugin_api_hookup (vlib_main_t *vm) |
static clib_error_t * | set_ioam_export_ipfix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | ioam_export_init (vlib_main_t *vm) |
Variables | |
static vlib_cli_command_t | set_ipfix_command |
(constructor) VLIB_CLI_COMMAND (set_ipfix_command) More... | |
#define foreach_ioam_export_plugin_api_msg _(IOAM_EXPORT_IP6_ENABLE_DISABLE, ioam_export_ip6_enable_disable) |
Definition at line 82 of file ioam_export.c.
#define REPLY_MACRO | ( | t | ) |
Definition at line 64 of file ioam_export.c.
#define vl_api_version | ( | n, | |
v | |||
) | static u32 api_version=(v); |
Definition at line 52 of file ioam_export.c.
#define vl_endianfun |
Definition at line 41 of file ioam_export.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 46 of file ioam_export.c.
#define vl_printfun |
Definition at line 47 of file ioam_export.c.
#define vl_typedefs |
Definition at line 36 of file ioam_export.c.
|
static |
int ioam_export_ip6_enable_disable | ( | ioam_export_main_t * | em, |
u8 | is_disable, | ||
ip4_address_t * | collector_address, | ||
ip4_address_t * | src_address | ||
) |
Definition at line 109 of file ioam_export.c.
|
static |
|
static |
|
static |
Definition at line 146 of file ioam_export.c.
clib_error_t* vlib_plugin_register | ( | vlib_main_t * | vm, |
vnet_plugin_handoff_t * | h, | ||
int | from_early_init | ||
) |
Definition at line 93 of file ioam_export.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_ipfix_command)
Definition at line 224 of file ioam_export.c.