|
iPXE
|
A TLS handshake header. More...
#include <tls.h>
Data Fields | |
| uint8_t | type |
| Type. | |
| uint32_t | type_len |
| Type and length. | |
| uint8_t tls_handshake_header::type |
Type.
Definition at line 48 of file tls.h.
Referenced by tls_alloc_handshake(), and tls_new_handshake().
| 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().