Ethernet header. More...
#include <eth_header.h>
Data Fields | |
uint8_t | destination_address [ETH_ADDR] |
Destination host Ethernet address (MAC address). | |
uint8_t | source_address [ETH_ADDR] |
Source host Ethernet address (MAC address). | |
uint16_t | ethertype |
Ethernet protocol identifier in the network byte order (big endian). |
Ethernet header.
uint8_t eth_header::destination_address[ETH_ADDR] |
Destination host Ethernet address (MAC address).
Referenced by eth_prepare_packet(), and eth_process_packet().
uint16_t eth_header::ethertype |
Ethernet protocol identifier in the network byte order (big endian).
Referenced by eth_prepare_packet(), and eth_process_packet().
uint8_t eth_header::source_address[ETH_ADDR] |
Source host Ethernet address (MAC address).
Referenced by eth_prepare_packet(), and eth_process_packet().