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.
| uint8_t ether_header::ether_dhost[ETHER_ADDR_LEN] |
Destination MAC address.
Referenced by NutEtherOutput().
| uint8_t ether_header::ether_shost[ETHER_ADDR_LEN] |
Source MAC address.
Referenced by NutEtherOutput().
Protocol type.
Referenced by NutEtherInput(), and NutEtherOutput().