FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | handle_get_version (http_builtin_method_type_t reqtype, u8 *request, http_session_t *hs) |
void | trim_path_from_request (u8 *s, char *path) |
int | handle_get_interface_stats (http_builtin_method_type_t reqtype, u8 *request, http_session_t *hs) |
int | handle_get_interface_list (http_builtin_method_type_t reqtype, u8 *request, http_session_t *hs) |
void | builtinurl_handler_init (builtinurl_main_t *bm) |
void builtinurl_handler_init | ( | builtinurl_main_t * | bm | ) |
Definition at line 188 of file builtins.c.
int handle_get_interface_list | ( | http_builtin_method_type_t | reqtype, |
u8 * | request, | ||
http_session_t * | hs | ||
) |
Definition at line 146 of file builtins.c.
int handle_get_interface_stats | ( | http_builtin_method_type_t | reqtype, |
u8 * | request, | ||
http_session_t * | hs | ||
) |
Definition at line 67 of file builtins.c.
int handle_get_version | ( | http_builtin_method_type_t | reqtype, |
u8 * | request, | ||
http_session_t * | hs | ||
) |
Definition at line 22 of file builtins.c.
void trim_path_from_request | ( | u8 * | s, |
char * | path | ||
) |