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 31 of file if_ether.h.
Destination MAC address.
Definition at line 33 of file if_ether.h.
Referenced by eoib_transmit(), eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), ice_admin_rules(), ipoib_complete_recv(), ipoib_transmit(), and legacy_transmit().
Source MAC address.
Definition at line 35 of file if_ether.h.
Referenced by eoib_complete_recv(), eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), ice_admin_rules(), and ipoib_complete_recv().
uint16_t ethhdr::h_protocol |
Protocol ID.
Definition at line 37 of file if_ether.h.
Referenced by eth_is_llc_packet(), eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), ice_admin_rules(), ipoib_complete_recv(), ipoib_transmit(), and legacy_transmit().