iPXE
Data Fields
tls24_t Struct Reference

A TLS 24-bit integer. More...

Data Fields

uint8_t high
 High byte. More...
 
uint16_t low
 Low word. More...
 

Detailed Description

A TLS 24-bit integer.

TLS uses 24-bit integers in several places, which are awkward to parse in C.

Definition at line 215 of file tls.c.

Field Documentation

◆ high

uint8_t tls24_t::high

High byte.

Definition at line 217 of file tls.c.

Referenced by tls_set_uint24(), and tls_uint24().

◆ low

uint16_t tls24_t::low

Low word.

Definition at line 219 of file tls.c.

Referenced by tls_set_uint24(), and tls_uint24().


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