#include <eth.h>
Data Fields | |
uint8_t | dst [ETH_ADDR_LEN] |
Destination MAC address. | |
uint8_t | src [ETH_ADDR_LEN] |
Source MAC address. | |
uint16_t | type |
The packet type. | |
uint8_t | data [1] |
The packet content. |
Definition at line 62 of file eth.h.
|
The packet content.
|
|
Destination MAC address.
|
|
Source MAC address.
|
|
The packet type.
|