iPXE
Data Fields
eth_slow_packet Union Reference

Slow protocols packet. More...

#include <eth_slow.h>

Data Fields

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

Detailed Description

Slow protocols packet.

Definition at line 252 of file eth_slow.h.

Field Documentation

◆ header

struct eth_slow_header eth_slow_packet::header

Slow protocols header.

Definition at line 254 of file eth_slow.h.

Referenced by eth_slow_rx().

◆ lacp

struct eth_slow_lacp eth_slow_packet::lacp

LACP packet.

Definition at line 256 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 258 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: