iPXE
eth_slow_marker_tlv Struct Reference

Marker TLV. More...

#include <eth_slow.h>

Data Fields

struct eth_slow_tlv_header tlv
 TLV header.
uint16_t port
 Requester port.
uint8_t system [ETH_ALEN]
 Requester system.
uint32_t xact
 Requester transaction ID.
uint16_t pad
 Padding.

Detailed Description

Marker TLV.

Definition at line 211 of file eth_slow.h.

Field Documentation

◆ tlv

struct eth_slow_tlv_header eth_slow_marker_tlv::tlv

TLV header.

Definition at line 213 of file eth_slow.h.

◆ port

uint16_t eth_slow_marker_tlv::port

Requester port.

Definition at line 215 of file eth_slow.h.

◆ system

uint8_t eth_slow_marker_tlv::system[ETH_ALEN]

Requester system.

Definition at line 217 of file eth_slow.h.

◆ xact

uint32_t eth_slow_marker_tlv::xact

Requester transaction ID.

Definition at line 219 of file eth_slow.h.

◆ pad

uint16_t eth_slow_marker_tlv::pad

Padding.

Definition at line 221 of file eth_slow.h.


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