FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
http_static.h File Reference
+ Include dependency graph for http_static.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  http_static_main_t
 

Functions

int http_static_server_enable_api (u32 fifo_size, u32 cache_limit, u32 prealloc_fifos, u32 private_segment_size, u8 *www_root, u8 *uri)
 API helper function for vl_api_http_static_enable_t messages. More...
 

Variables

http_static_main_t http_static_main
 

Function Documentation

int http_static_server_enable_api ( u32  fifo_size,
u32  cache_limit,
u32  prealloc_fifos,
u32  private_segment_size,
u8 www_root,
u8 uri 
)

API helper function for vl_api_http_static_enable_t messages.

Definition at line 1371 of file static_server.c.

+ Here is the call graph for this function:

+ 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.