Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ethernet_header Struct Reference

#include <ethernet.h>

Data Fields

uint8_t dest_mac [6]
 
uint8_t src_mac [6]
 
uint16_t ethertype
 

Detailed Description

Definition at line 8 of file ethernet.h.

Field Documentation

◆ dest_mac

uint8_t ethernet_header::dest_mac[6]

Definition at line 9 of file ethernet.h.

Referenced by ethernet_send_frame().

◆ ethertype

uint16_t ethernet_header::ethertype

Definition at line 11 of file ethernet.h.

Referenced by ethernet_send_frame(), and socket_receive().

◆ src_mac

uint8_t ethernet_header::src_mac[6]

Definition at line 10 of file ethernet.h.

Referenced by ethernet_send_frame(), and socket_receive().


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