DOKK / manpages / debian 13 / dpdk-doc / RTE_TLS_TYPE_HEARTBEAT.3.en
rte_tls.h(3) Library Functions Manual rte_tls.h(3)

rte_tls.h

#include <rte_byteorder.h>


struct rte_tls_hdr


#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.

Invalid TLS message type.

Definition at line 16 of file rte_tls.h.

Change cipher spec message.

Definition at line 17 of file rte_tls.h.

Alert message.

Definition at line 18 of file rte_tls.h.

Handshake message for TLS.

Definition at line 19 of file rte_tls.h.

TLS application data message.

Definition at line 20 of file rte_tls.h.

TLS 1.3 heartbeat message.

Definition at line 21 of file rte_tls.h.

Maximum value as TLS content type.

Definition at line 22 of file rte_tls.h.

TLS 1.2 version.

Definition at line 24 of file rte_tls.h.

TLS 1.3 version.

Definition at line 25 of file rte_tls.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK