Ethernet header structure.
#include <mini_ip.h>
Data Fields | |
uint8_t | et_dest [6] |
Destination node. More... | |
uint16_t | et_protlen |
Protocol or length. More... | |
uint8_t | et_src [6] |
Source node. More... | |
uint8_t ethernet_header::et_dest[6] |
Destination node.
uint16_t ethernet_header::et_protlen |
Protocol or length.
uint8_t ethernet_header::et_src[6] |
Source node.