iPXE
tls_handshake_header Union Reference

A TLS handshake header. More...

#include <tls.h>

Data Fields

uint8_t type
 Type.
uint32_t type_len
 Type and length.

Detailed Description

A TLS handshake header.

Definition at line 46 of file tls.h.

Field Documentation

◆ type

uint8_t tls_handshake_header::type

Type.

Definition at line 48 of file tls.h.

Referenced by tls_alloc_handshake(), and tls_new_handshake().

◆ type_len

uint32_t tls_handshake_header::type_len

Type and length.

Definition at line 50 of file tls.h.

Referenced by tls_alloc_handshake(), and tls_new_handshake().


The documentation for this union was generated from the following file: