Go to the source code of this file.
|
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) |
|
static u8 | echo_transport_needs_crypto (transport_proto_t proto) |
|
static void | echo_msg_add_crypto_ext_config (echo_main_t *em, uword *offset) |
|
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_segment_attach (u64 segment_handle, char *name, ssvm_segment_type_t type, int fd) |
|
u32 | echo_segment_lookup (u64 segment_handle) |
|
void | echo_segment_detach (u64 segment_handle) |
|
int | echo_attach_session (uword segment_handle, uword rxf_offset, uword txf_offset, uword mq_offset, echo_session_t *s) |
|
int | echo_segment_attach_mq (uword segment_handle, uword mq_offset, u32 mq_index, svm_msg_q_t **mq) |
|
svm_fifo_chunk_t * | echo_segment_alloc_chunk (uword segment_handle, u32 slice_index, u32 size, uword *offset) |
|
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) |
|
◆ foreach_quic_echo_msg
#define foreach_quic_echo_msg |
Value:_(APP_ATTACH_REPLY, app_attach_reply) \
_(APPLICATION_DETACH_REPLY, application_detach_reply) \
_(APP_ADD_CERT_KEY_PAIR_REPLY, app_add_cert_key_pair_reply) \
_(APP_DEL_CERT_KEY_PAIR_REPLY, app_del_cert_key_pair_reply)
Definition at line 540 of file vpp_echo_bapi.c.
◆ REPLY_MSG_ID_BASE
◆ vl_api_version
#define vl_api_version |
( |
|
n, |
|
|
|
v |
|
) |
| static u32 api_version = v; |
◆ vl_endianfun
◆ vl_print
#define vl_print |
( |
|
handle, |
|
|
|
... |
|
) |
| fformat (handle, __VA_ARGS__) |
◆ vl_printfun
◆ echo_api_hookup()
◆ echo_attach_session()
◆ echo_msg_add_crypto_ext_config()
◆ echo_segment_alloc_chunk()
◆ echo_segment_attach()
◆ echo_segment_attach_mq()
◆ echo_segment_detach()
void echo_segment_detach |
( |
u64 |
segment_handle | ) |
|
◆ echo_segment_lookup()
u32 echo_segment_lookup |
( |
u64 |
segment_handle | ) |
|
◆ echo_send_add_cert_key()
◆ echo_send_attach()
◆ echo_send_connect()
void echo_send_connect |
( |
echo_main_t * |
em, |
|
|
void * |
args |
|
) |
| |
◆ echo_send_del_cert_key()
◆ echo_send_detach()
◆ echo_send_disconnect_session()
void echo_send_disconnect_session |
( |
echo_main_t * |
em, |
|
|
void * |
args |
|
) |
| |
◆ echo_send_listen()
void echo_send_listen |
( |
echo_main_t * |
em, |
|
|
ip46_address_t * |
ip |
|
) |
| |
◆ echo_send_unbind()
◆ echo_transport_needs_crypto()
◆ vl_api_app_add_cert_key_pair_reply_t_handler()
◆ vl_api_app_attach_reply_t_handler()
◆ vl_api_app_del_cert_key_pair_reply_t_handler()
static void vl_api_app_del_cert_key_pair_reply_t_handler |
( |
vl_api_app_del_cert_key_pair_reply_t * |
mp | ) |
|
|
static |
◆ vl_api_application_detach_reply_t_handler()
static void vl_api_application_detach_reply_t_handler |
( |
vl_api_application_detach_reply_t * |
mp | ) |
|
|
static |
◆ msg_id_base