![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Include dependency graph for vpp_echo_bapi.c:Go to the source code of this file.
Macros | |
| #define | foreach_quic_echo_msg |
Functions | |
| void | echo_send_attach (echo_main_t *em) |
| void | echo_send_detach (echo_main_t *em) |
| void | echo_send_add_cert_key (echo_main_t *em) |
| void | echo_send_del_cert_key (echo_main_t *em) |
| void | echo_send_listen (echo_main_t *em, ip46_address_t *ip) |
| void | echo_send_unbind (echo_main_t *em, echo_session_t *s) |
| void | echo_send_connect (echo_main_t *em, void *args) |
| void | echo_send_disconnect_session (echo_main_t *em, void *args) |
| int | echo_ssvm_segment_attach (char *name, ssvm_segment_type_t type, int fd) |
| void | echo_segment_handle_add_del (echo_main_t *em, u64 segment_handle, u8 add) |
| static void | vl_api_app_add_cert_key_pair_reply_t_handler (vl_api_app_add_cert_key_pair_reply_t *mp) |
| static void | vl_api_app_del_cert_key_pair_reply_t_handler (vl_api_app_del_cert_key_pair_reply_t *mp) |
| static void | vl_api_app_attach_reply_t_handler (vl_api_app_attach_reply_t *mp) |
| static void | vl_api_application_detach_reply_t_handler (vl_api_application_detach_reply_t *mp) |
| void | echo_api_hookup (echo_main_t *em) |
| #define foreach_quic_echo_msg |
Definition at line 377 of file vpp_echo_bapi.c.
| void echo_api_hookup | ( | echo_main_t * | em | ) |
| void echo_segment_handle_add_del | ( | echo_main_t * | em, |
| u64 | segment_handle, | ||
| u8 | add | ||
| ) |
Definition at line 220 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_add_cert_key | ( | echo_main_t * | em | ) |
Definition at line 69 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_attach | ( | echo_main_t * | em | ) |
Definition at line 28 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_connect | ( | echo_main_t * | em, |
| void * | args | ||
| ) |
Definition at line 143 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_del_cert_key | ( | echo_main_t * | em | ) |
Definition at line 90 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_detach | ( | echo_main_t * | em | ) |
Definition at line 55 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_disconnect_session | ( | echo_main_t * | em, |
| void * | args | ||
| ) |
Definition at line 173 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_listen | ( | echo_main_t * | em, |
| ip46_address_t * | ip | ||
| ) |
Definition at line 104 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_send_unbind | ( | echo_main_t * | em, |
| echo_session_t * | s | ||
| ) |
Definition at line 126 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int echo_ssvm_segment_attach | ( | char * | name, |
| ssvm_segment_type_t | type, | ||
| int | fd | ||
| ) |
Definition at line 200 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 238 of file vpp_echo_bapi.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 365 of file vpp_echo_bapi.c.