FD.io VPP
v18.10-34-gcce845e
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_punt_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_punt_t_handler (vl_api_punt_t *mp) |
static void | vl_api_punt_socket_register_t_handler (vl_api_punt_socket_register_t *mp) |
static void | vl_api_punt_socket_deregister_t_handler (vl_api_punt_socket_deregister_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | punt_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (punt_api_hookup) | |
#define foreach_punt_api_msg |
Definition at line 42 of file punt_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 30 of file punt_api.c.
#define vl_msg_name_crc_list |
Definition at line 126 of file punt_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 35 of file punt_api.c.
#define vl_printfun |
Definition at line 36 of file punt_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 26 of file punt_api.c.
|
static |
|
static |
|
static |
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | punt_api_hookup | ) |