FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | REPLY_MSG_ID_BASE om->msg_id_base |
Functions | |
static void | vl_api_tls_openssl_set_engine_t_handler (vl_api_tls_openssl_set_engine_t *mp) |
clib_error_t * | tls_openssl_api_init (vlib_main_t *vm) |
Variables | |
openssl_main_t | openssl_main |
#define REPLY_MSG_ID_BASE om->msg_id_base |
Definition at line 28 of file tls_openssl_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 26 of file tls_openssl_api.c.
clib_error_t* tls_openssl_api_init | ( | vlib_main_t * | vm | ) |
Definition at line 65 of file tls_openssl_api.c.
|
static |
openssl_main_t openssl_main |
Definition at line 32 of file tls_openssl.c.