iPXE
Data Fields
tls_auth_header Struct Reference

TLS authentication header. More...

#include <tls.h>

Data Fields

uint64_t seq
 Sequence number. More...
 
struct tls_header header
 TLS header. More...
 

Detailed Description

TLS authentication header.

Definition at line 147 of file tls.h.

Field Documentation

◆ seq

uint64_t tls_auth_header::seq

Sequence number.

Definition at line 149 of file tls.h.

Referenced by tls_new_ciphertext(), and tls_send_record().

◆ header

struct tls_header tls_auth_header::header

TLS header.

Definition at line 151 of file tls.h.

Referenced by tls_new_ciphertext(), and tls_send_record().


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