FD.io VPP
v18.01.2-1-g9b554f3
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_MSG_ID_BASE sm->msg_id_base |
#define | foreach_udp_ping_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_udp_ping_add_del_req_t_handler (vl_api_udp_ping_add_del_req_t *mp) |
static void | vl_api_udp_ping_export_req_t_handler (vl_api_udp_ping_export_req_t *mp) |
static clib_error_t * | udp_ping_api_hookup (vlib_main_t *vm) |
static void | setup_message_id_table (udp_ping_main_t *sm, api_main_t *am) |
static clib_error_t * | udp_ping_api_init (vlib_main_t *vm) |
#define foreach_udp_ping_api_msg |
Definition at line 58 of file udp_ping_api.c.
#define REPLY_MSG_ID_BASE sm->msg_id_base |
Definition at line 54 of file udp_ping_api.c.
Definition at line 50 of file udp_ping_api.c.
#define vl_endianfun |
Definition at line 39 of file udp_ping_api.c.
#define vl_msg_name_crc_list |
Definition at line 125 of file udp_ping_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 44 of file udp_ping_api.c.
#define vl_printfun |
Definition at line 45 of file udp_ping_api.c.
#define vl_typedefs |
Definition at line 34 of file udp_ping_api.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 94 of file udp_ping_api.c.