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 |
Destination node.
Referenced by emac_process_arp_packet(), and emac_process_ip_packet().
uint16_t ethernet_header::et_protlen |
Protocol or length.
Referenced by emac_process_eth_packet().
uint8_t ethernet_header::et_src |
Source node.
Referenced by emac_process_arp_packet(), and emac_process_ip_packet().