iPXE
eth_slow_tlv_header Struct Reference

TLV (type, length, value) header. More...

#include <eth_slow.h>

Data Fields

uint8_t type
 Type.
uint8_t length
 Length.

Detailed Description

TLV (type, length, value) header.

Definition at line 34 of file eth_slow.h.

Field Documentation

◆ type

uint8_t eth_slow_tlv_header::type

Type.

This is an ETH_SLOW_TLV_XXX constant.

Definition at line 39 of file eth_slow.h.

◆ length

uint8_t eth_slow_tlv_header::length

Length.

The length includes the TLV header (except for a TLV terminator, which has a length of zero).

Definition at line 45 of file eth_slow.h.


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