DPDK
24.11.0-rc3
|
#include <rte_byteorder.h>
Go to the source code of this file.
Data Structures | |
struct | rte_tls_hdr |
Macros | |
#define | RTE_TLS_TYPE_INVALID 0 |
#define | RTE_TLS_TYPE_CHANGE_CIPHER_SPEC 20 |
#define | RTE_TLS_TYPE_ALERT 21 |
#define | RTE_TLS_TYPE_HANDSHAKE 22 |
#define | RTE_TLS_TYPE_APPDATA 23 |
#define | RTE_TLS_TYPE_HEARTBEAT 24 |
#define | RTE_TLS_TYPE_MAX 255 |
#define | RTE_TLS_VERSION_1_2 0x0303 |
#define | RTE_TLS_VERSION_1_3 0x0304 |
Transport layer security (TLS) related defines.
Definition in file rte_tls.h.
#define RTE_TLS_TYPE_CHANGE_CIPHER_SPEC 20 |
#define RTE_TLS_TYPE_HANDSHAKE 22 |
#define RTE_TLS_TYPE_APPDATA 23 |
#define RTE_TLS_TYPE_HEARTBEAT 24 |
#define RTE_TLS_TYPE_MAX 255 |