Definition at line 82 of file 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. |
uint8_t ETHERHDR::ether_dhost[ETHER_ADDR_LEN] |
uint8_t ETHERHDR::ether_shost[ETHER_ADDR_LEN] |
Protocol type.
Definition at line 88 of file if_ether.h.
Referenced by NutEtherInput(), and NutEtherOutput().