Retro Rocket Kernel
BASIC-Powered Operating System
ethernet_frame Struct Reference

There is actually more to an ethernet frame than this (see the STD documents!) but we don't have access to it from the software. More...

#include <ethernet.h>

+ Collaboration diagram for ethernet_frame:

Data Fields

uint8_t dst_mac_addr [6]
 
uint8_t src_mac_addr [6]
 
uint16_t type
 
uint8_t data []
 

Detailed Description

There is actually more to an ethernet frame than this (see the STD documents!) but we don't have access to it from the software.

Field Documentation

◆ data

uint8_t ethernet_frame::data[]

◆ dst_mac_addr

uint8_t ethernet_frame::dst_mac_addr[6]

◆ src_mac_addr

uint8_t ethernet_frame::src_mac_addr[6]

◆ type

uint16_t ethernet_frame::type