|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <ethernet.h>
Data Fields | |
| uint8_t | dest_mac [6] |
| uint8_t | src_mac [6] |
| uint16_t | ethertype |
Definition at line 8 of file ethernet.h.
| uint8_t ethernet_header::dest_mac[6] |
Definition at line 9 of file ethernet.h.
Referenced by ethernet_send_frame().
| uint16_t ethernet_header::ethertype |
Definition at line 11 of file ethernet.h.
Referenced by ethernet_send_frame(), and socket_receive().
| uint8_t ethernet_header::src_mac[6] |
Definition at line 10 of file ethernet.h.
Referenced by ethernet_send_frame(), and socket_receive().