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

Detailed Description

       TLS Header

       Definition at line 31 of file rte_tls.h.

Field Documentation

uint8_ttype
       Content type of TLS packet. Defined as RTE_TLS_TYPE_*.

       Definition at line 33 of file rte_tls.h.

   rte_be16_tversion
       TLS Version defined as RTE_TLS_VERSION*.

       Definition at line 35 of file rte_tls.h.

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

       Definition at line 37 of file rte_tls.h.

Name

       rte_tls_hdr

Synopsis

       #include <rte_tls.h>

   DataFields
       uint8_t typerte_be16_tversionrte_be16_tlength

See Also