XINU
Data Fields
etherPkt Struct Reference

#include <ether.h>

Data Fields

byte data [1]
 
byte dst [ETH_ADDR_LEN]
 
byte src [ETH_ADDR_LEN]
 
uint16 type
 

Detailed Description

Definition at line 15 of file ether.h.

Field Documentation

◆ data

byte etherPkt::data[1]

Definition at line 19 of file ether.h.

◆ dst

byte etherPkt::dst[ETH_ADDR_LEN]

Definition at line 16 of file ether.h.

◆ src

byte etherPkt::src[ETH_ADDR_LEN]

Definition at line 17 of file ether.h.

◆ type

uint16 etherPkt::type

Definition at line 18 of file ether.h.


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