FD.io VPP  v20.05-21-gb1500e9ff
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_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define REPLY_MSG_ID_BASE   hmp->msg_id_base
 

Functions

static void vl_api_http_static_enable_t_handler (vl_api_http_static_enable_t *mp)
 
static clib_error_thttp_static_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

http_static_main_t http_static_main
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   hmp->msg_id_base

Definition at line 34 of file http_static.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 32 of file http_static.c.

Function Documentation

◆ http_static_init()

static clib_error_t* http_static_init ( vlib_main_t vm)
static

Definition at line 61 of file http_static.c.

+ Here is the call graph for this function:

◆ vl_api_http_static_enable_t_handler()

static void vl_api_http_static_enable_t_handler ( vl_api_http_static_enable_t mp)
static

Definition at line 41 of file http_static.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

Variable Documentation

◆ http_static_main

http_static_main_t http_static_main

Definition at line 37 of file http_static.c.