FD.io VPP
v19.08.3-2-gbabecb413
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 hmp->msg_id_base |
#define | foreach_http_static_plugin_api_msg _(HTTP_STATIC_ENABLE, http_static_enable) |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_http_static_enable_t_handler (vl_api_http_static_enable_t *mp) |
static clib_error_t * | http_static_plugin_api_hookup (vlib_main_t *vm) |
static void | setup_message_id_table (http_static_main_t *hmp, api_main_t *am) |
static clib_error_t * | http_static_init (vlib_main_t *vm) |
VLIB_PLUGIN_REGISTER () | |
Variables | |
http_static_main_t | http_static_main |
#define foreach_http_static_plugin_api_msg _(HTTP_STATIC_ENABLE, http_static_enable) |
Definition at line 59 of file http_static.c.
#define REPLY_MSG_ID_BASE hmp->msg_id_base |
Definition at line 52 of file http_static.c.
#define vl_api_version | ( | n, | |
v | |||
) | static u32 api_version=(v); |
Definition at line 48 of file http_static.c.
#define vl_endianfun |
Definition at line 37 of file http_static.c.
#define vl_msg_name_crc_list |
Definition at line 101 of file http_static.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 42 of file http_static.c.
#define vl_printfun |
Definition at line 43 of file http_static.c.
#define vl_typedefs |
Definition at line 32 of file http_static.c.
|
static |
|
static |
|
static |
|
static |
VLIB_PLUGIN_REGISTER | ( | ) |
http_static_main_t http_static_main |
Definition at line 55 of file http_static.c.