![]() |
FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
Include dependency graph for builtins.c: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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| int handle_get_version | ( | http_builtin_method_type_t | reqtype, |
| u8 * | request, | ||
| http_session_t * | hs | ||
| ) |
Definition at line 22 of file builtins.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void trim_path_from_request | ( | u8 * | s, |
| char * | path | ||
| ) |