DPDK
2.2.0
|
#include <rte_ether.h>
Data Fields | |
uint8_t | addr_bytes [ETHER_ADDR_LEN] |
Ethernet address: A universally administered address is uniquely assigned to a device by its manufacturer. The first three octets (in transmission order) contain the Organizationally Unique Identifier (OUI). The following three (MAC-48 and EUI-48) octets are assigned by that organization with the only constraint of uniqueness. A locally administered address is assigned to a device by a network administrator and does not contain OUIs. See http://standards.ieee.org/regauth/groupmac/tutorial.html
Definition at line 86 of file rte_ether.h.
uint8_t addr_bytes[ETHER_ADDR_LEN] |
Address bytes in transmission order
Definition at line 87 of file rte_ether.h.