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_hdr(3)

Detailed Description

       DTLS Header

       Definition at line 33 of file rte_dtls.h.

Field Documentation

uint8_ttype
       Content type of DTLS packet. Defined as RTE_DTLS_TYPE_*.

       Definition at line 35 of file rte_dtls.h.

   rte_be16_tversion
       DTLS Version defined as RTE_DTLS_VERSION*.

       Definition at line 37 of file rte_dtls.h.

   uint64_tsequence_number
       The sequence number for the DTLS record.

       Definition at line 40 of file rte_dtls.h.

   uint64_tepoch
       A counter value that is incremented on every cipher state change.

       Definition at line 42 of file rte_dtls.h.

   rte_be16_tlength
       The length (in bytes) of the following DTLS packet.

       Definition at line 50 of file rte_dtls.h.

Name

       rte_dtls_hdr

Synopsis

       #include <rte_dtls.h>

   DataFields
       uint8_t typerte_be16_tversion
       uint64_t sequence_number: 48
       uint64_t epoch: 16
       rte_be16_tlength

See Also