#include <if_ether.h>
Data Fields | |
| uint8_t | h_dest [ETH_ALEN] |
| Destination MAC address. | |
| uint8_t | h_source [ETH_ALEN] |
| Source MAC address. | |
| uint16_t | h_protocol |
| Protocol ID. | |
Definition at line 27 of file if_ether.h.
| uint8_t ethhdr::h_dest[ETH_ALEN] |
Destination MAC address.
Definition at line 29 of file if_ether.h.
Referenced by eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), and legacy_transmit().
| uint8_t ethhdr::h_source[ETH_ALEN] |
Source MAC address.
Definition at line 31 of file if_ether.h.
Referenced by eth_pull(), eth_push(), gdbudp_recv(), and gdbudp_send().
Protocol ID.
Definition at line 33 of file if_ether.h.
Referenced by eth_pull(), eth_push(), gdbudp_recv(), gdbudp_send(), and legacy_transmit().
1.5.7.1