|
Retro Rocket Kernel
BASIC-Powered Operating System
|
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 [] |
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.
| uint8_t ethernet_frame::data[] |
| uint8_t ethernet_frame::dst_mac_addr[6] |
| uint8_t ethernet_frame::src_mac_addr[6] |
| uint16_t ethernet_frame::type |