Microchip® Advanced Software Framework

ethernet_header Struct Reference

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.

Referenced by gmac_process_arp_packet(), and gmac_process_ip_packet().

uint16_t ethernet_header::et_protlen

Protocol or length.

Referenced by gmac_process_eth_packet().

uint8_t ethernet_header::et_src[6]

Source node.

Referenced by gmac_process_arp_packet(), and gmac_process_ip_packet().