FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
builtins.c File Reference
+ 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)
 

Function Documentation

◆ builtinurl_handler_init()

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:

◆ handle_get_interface_list()

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:

◆ handle_get_interface_stats()

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:

◆ handle_get_version()

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:

◆ trim_path_from_request()

void trim_path_from_request ( u8 s,
char *  path 
)

Definition at line 40 of file builtins.c.

+ Here is the caller graph for this function: