DOKK / manpages / debian 13 / dpdk-doc / rte_ether_hdr.3.en
rte_ether_hdr(3) Library Functions Manual rte_ether_hdr(3)

rte_ether_hdr

#include <rte_ether.h>


struct rte_ether_addr dst_addr
struct rte_ether_addr src_addr
rte_be16_t ether_type

Ethernet header: Contains the destination address, source address and frame type.

Definition at line 300 of file rte_ether.h.

Destination address.

Definition at line 301 of file rte_ether.h.

Source address.

Definition at line 302 of file rte_ether.h.

rte_be16_t ether_type

Frame type.

Definition at line 303 of file rte_ether.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK