|
DPDK
2.1.0
|
#include <rte_ether.h>
Data Fields | |
| struct ether_addr | d_addr |
| struct ether_addr | s_addr |
| uint16_t | ether_type |
Ethernet header: Contains the destination address, source address and frame type.
Definition at line 300 of file rte_ether.h.
| struct ether_addr d_addr |
Destination address.
Definition at line 301 of file rte_ether.h.
| struct ether_addr s_addr |
Source address.
Definition at line 302 of file rte_ether.h.
| uint16_t ether_type |
Frame type.
Definition at line 303 of file rte_ether.h.
1.8.1.2