Ethernet protocol header. More...
#include <netinet/if_ether.h>
Data Fields | |
uint8_t | ether_dhost [ETHER_ADDR_LEN] |
Destination MAC address. | |
uint8_t | ether_shost [ETHER_ADDR_LEN] |
Source MAC address. | |
uint16_t | ether_type |
Protocol type. |
Ethernet protocol header.
Definition at line 82 of file if_ether.h.
uint8_t ether_header::ether_dhost[ETHER_ADDR_LEN] |
uint8_t ether_header::ether_shost[ETHER_ADDR_LEN] |
Protocol type.
Definition at line 88 of file if_ether.h.
Referenced by NutEtherInput(), and NutEtherOutput().