iPXE
eth_slow_marker Struct Reference

Marker packet. More...

#include <eth_slow.h>

Data Fields

struct eth_slow_header header
 Slow protocols header.
struct eth_slow_marker_tlv marker
 Marker information.
struct eth_slow_terminator_tlv terminator
 Terminator.
uint8_t reserved [90]
 Reserved.

Detailed Description

Marker packet.

Definition at line 241 of file eth_slow.h.

Field Documentation

◆ header

struct eth_slow_header eth_slow_marker::header

Slow protocols header.

Definition at line 243 of file eth_slow.h.

◆ marker

struct eth_slow_marker_tlv eth_slow_marker::marker

Marker information.

Definition at line 245 of file eth_slow.h.

◆ terminator

struct eth_slow_terminator_tlv eth_slow_marker::terminator

Terminator.

Definition at line 247 of file eth_slow.h.

◆ reserved

uint8_t eth_slow_marker::reserved[90]

Reserved.

Definition at line 249 of file eth_slow.h.


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