friendev EtherDune TCP/IP library
Public Attributes | List of all members
EthernetHeader Struct Reference

Represents the header of an Ethernet frame. More...

#include <inet.h>

Public Attributes

MACAddress dstMAC
 Destination MAC address. More...
 
MACAddress srcMAC
 Source MAC address. More...
 
nint16_t etherType
 Protocol type, e.g. More...
 

Detailed Description

Represents the header of an Ethernet frame.

Definition at line 457 of file inet.h.

Member Data Documentation

MACAddress EthernetHeader::dstMAC

Destination MAC address.

Definition at line 459 of file inet.h.

nint16_t EthernetHeader::etherType

Protocol type, e.g.

IP, ARP...

Definition at line 461 of file inet.h.

MACAddress EthernetHeader::srcMAC

Source MAC address.

Definition at line 460 of file inet.h.


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