CNDP  22.08.0
ether_addr Struct Reference

#include <cne_ether.h>

Data Fields

uint8_t ether_addr_octet [ETH_ALEN]
 

Detailed Description

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

Examples
examples/dlb_test/dlb_test.c, and examples/l3fwd-graph/fwd.c.

Definition at line 52 of file cne_ether.h.

Field Documentation

◆ ether_addr_octet

uint8_t ether_addr_octet[ETH_ALEN]

Addr bytes in tx order

Definition at line 53 of file cne_ether.h.


The documentation for this struct was generated from the following file: