iPXE
eth_slow_packet Union Reference

Slow protocols packet. More...

#include <eth_slow.h>

Data Fields

struct eth_slow_header header
 Slow protocols header.
struct eth_slow_lacp lacp
 LACP packet.
struct eth_slow_marker marker
 Marker packet.

Detailed Description

Slow protocols packet.

Definition at line 253 of file eth_slow.h.

Field Documentation

◆ header

struct eth_slow_header eth_slow_packet::header

Slow protocols header.

Definition at line 255 of file eth_slow.h.

Referenced by eth_slow_rx().

◆ lacp

struct eth_slow_lacp eth_slow_packet::lacp

LACP packet.

Definition at line 257 of file eth_slow.h.

Referenced by eth_slow_lacp_dump(), and eth_slow_lacp_rx().

◆ marker

struct eth_slow_marker eth_slow_packet::marker

Marker packet.

Definition at line 259 of file eth_slow.h.

Referenced by eth_slow_marker_dump(), and eth_slow_marker_rx().


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