logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                   rte_dtls.h(3)

Detailed Description

       Datagram transport layer security (DTLS) related defines.

       Definition in file rte_dtls.h.

Macro Definition Documentation

#defineRTE_DTLS_TYPE_INVALID0
       Invalid DTLS message type.

       Definition at line 16 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_CHANGE_CIPHER_SPEC20
       Change cipher spec message.

       Definition at line 17 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_ALERT21
       Alert message.

       Definition at line 18 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_HANDSHAKE22
       Handshake message for DTLS.

       Definition at line 19 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_APPDATA23
       DTLS application data message.

       Definition at line 20 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_HEARTBEAT24
       DTLS 1.3 heartbeat message.

       Definition at line 21 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_CIPHERTEXT_WITH_CID25
       DTLS 1.3 ciphertext with CID message.

       Definition at line 22 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_ACK26
       DTLS 1.3 ACK message.

       Definition at line 23 of file rte_dtls.h.

   #defineRTE_DTLS_TYPE_MAX255
       Maximum value as DTLS content type.

       Definition at line 24 of file rte_dtls.h.

   #defineRTE_DTLS_VERSION_1_20xFEFD
       DTLS 1.2 version. 1's complement of 1.2.

       Definition at line 26 of file rte_dtls.h.

   #defineRTE_DTLS_VERSION_1_30xFEFC
       DTLS 1.3 version. 1's complement of 1.3.

       Definition at line 27 of file rte_dtls.h.

Name

       rte_dtls.h

Synopsis

       #include <rte_byteorder.h>

   DataStructures
       struct rte_dtls_hdrMacros
       #define RTE_DTLS_TYPE_INVALID   0
       #define RTE_DTLS_TYPE_CHANGE_CIPHER_SPEC   20
       #define RTE_DTLS_TYPE_ALERT   21
       #define RTE_DTLS_TYPE_HANDSHAKE   22
       #define RTE_DTLS_TYPE_APPDATA   23
       #define RTE_DTLS_TYPE_HEARTBEAT   24
       #define RTE_DTLS_TYPE_CIPHERTEXT_WITH_CID   25
       #define RTE_DTLS_TYPE_ACK   26
       #define RTE_DTLS_TYPE_MAX   255
       #define RTE_DTLS_VERSION_1_2   0xFEFD
       #define RTE_DTLS_VERSION_1_3   0xFEFC

See Also