![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Include dependency graph for socket_api.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | vl_socket_args_for_process_t |
| struct | socket_main_t |
Macros | |
| #define | API_SOCKET_FILE "/run/vpp-api.sock" |
Functions | |
| void | vl_socket_free_registration_index (u32 pool_index) |
| clib_error_t * | vl_socket_read_ready (struct clib_file *uf) |
| clib_error_t * | vl_socket_write_ready (struct clib_file *uf) |
| void | vl_socket_api_send (vl_api_registration_t *rp, u8 *elem) |
| void | vl_socket_process_api_msg (clib_file_t *uf, vl_api_registration_t *rp, i8 *input_v) |
| void | vl_sock_api_dump_clients (vlib_main_t *vm, api_main_t *am) |
| clib_error_t * | vl_sock_api_init (vlib_main_t *vm) |
| clib_error_t * | vl_sock_api_send_fd_msg (int socket_fd, int fds[], int n_fds) |
| clib_error_t * | vl_sock_api_recv_fd_msg (int socket_fd, int fds[], int n_fds, u32 wait) |
| vl_api_registration_t * | vl_socket_api_client_handle_to_registration (u32 idx) |
| u8 | vl_socket_api_registration_handle_is_valid (u32 reg_index) |
Variables | |
| socket_main_t | socket_main |
| #define API_SOCKET_FILE "/run/vpp-api.sock" |
Definition at line 25 of file socket_api.h.
| void vl_sock_api_dump_clients | ( | vlib_main_t * | vm, |
| api_main_t * | am | ||
| ) |
| clib_error_t* vl_sock_api_init | ( | vlib_main_t * | vm | ) |
Definition at line 683 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* vl_sock_api_recv_fd_msg | ( | int | socket_fd, |
| int | fds[], | ||
| int | n_fds, | ||
| u32 | wait | ||
| ) |
Definition at line 200 of file socket_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* vl_sock_api_send_fd_msg | ( | int | socket_fd, |
| int | fds[], | ||
| int | n_fds | ||
| ) |
Definition at line 495 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vl_api_registration_t* vl_socket_api_client_handle_to_registration | ( | u32 | idx | ) |
Definition at line 99 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_socket_api_send | ( | vl_api_registration_t * | rp, |
| u8 * | elem | ||
| ) |
Definition at line 114 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_socket_free_registration_index | ( | u32 | pool_index | ) |
| void vl_socket_process_api_msg | ( | clib_file_t * | uf, |
| vl_api_registration_t * | rp, | ||
| i8 * | input_v | ||
| ) |
Definition at line 193 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* vl_socket_read_ready | ( | struct clib_file * | uf | ) |
Definition at line 207 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* vl_socket_write_ready | ( | struct clib_file * | uf | ) |
Definition at line 319 of file socket_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| socket_main_t socket_main |
Definition at line 48 of file socket_api.c.