FD.io VPP  v19.08-23-g4b943d6
Vector Packet Processing
http_static.c File Reference
+ Include dependency graph for http_static.c:

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_thttp_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_thttp_static_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

http_static_main_t http_static_main
 

Macro Definition Documentation

#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,
 
)    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.

Function Documentation

static clib_error_t* http_static_init ( vlib_main_t vm)
static

Definition at line 114 of file http_static.c.

+ Here is the call graph for this function:

static clib_error_t* http_static_plugin_api_hookup ( vlib_main_t vm)
static

Definition at line 84 of file http_static.c.

+ Here is the caller graph for this function:

static void setup_message_id_table ( http_static_main_t hmp,
api_main_t am 
)
static

Definition at line 106 of file http_static.c.

+ Here is the caller graph for this function:

static void vl_api_http_static_enable_t_handler ( vl_api_http_static_enable_t mp)
static

Definition at line 64 of file http_static.c.

+ Here is the call graph for this function:

VLIB_PLUGIN_REGISTER ( )

+ Here is the caller graph for this function:

Variable Documentation

http_static_main_t http_static_main

Definition at line 55 of file http_static.c.