iPXE
|
An Ethernet link-layer header. More...
#include <if_ether.h>
Data Fields | |
uint8_t | h_dest [ETH_ALEN] |
Destination MAC address. More... | |
uint8_t | h_source [ETH_ALEN] |
Source MAC address. More... | |
uint16_t | h_protocol |
Protocol ID. More... | |
An Ethernet link-layer header.
Definition at line 30 of file if_ether.h.
Destination MAC address.
Definition at line 32 of file if_ether.h.
Referenced by eoib_transmit(), eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), ipoib_complete_recv(), ipoib_transmit(), and legacy_transmit().
Source MAC address.
Definition at line 34 of file if_ether.h.
Referenced by eoib_complete_recv(), eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), and ipoib_complete_recv().
uint16_t ethhdr::h_protocol |
Protocol ID.
Definition at line 36 of file if_ether.h.
Referenced by eth_is_llc_packet(), eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), ipoib_complete_recv(), ipoib_transmit(), and legacy_transmit().