DPDK  22.07.0
Data Fields
rte_ether_hdr Struct Reference

#include <rte_ether.h>

Data Fields

struct rte_ether_addr dst_addr
 
struct rte_ether_addr src_addr
 
rte_be16_t ether_type
 

Detailed Description

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

Examples:
examples/bbdev_app/main.c, examples/bond/main.c, examples/dma/dmafwd.c, examples/ethtool/ethtool-app/main.c, examples/flow_classify/flow_classify.c, examples/flow_filtering/main.c, examples/ip_fragmentation/main.c, examples/ip_reassembly/main.c, examples/ipsec-secgw/ipsec-secgw.c, examples/ipsec-secgw/ipsec_worker.c, examples/ipv4_multicast/main.c, examples/l2fwd-crypto/main.c, examples/l2fwd-jobstats/main.c, examples/l2fwd-keepalive/main.c, examples/l2fwd/main.c, examples/l3fwd-power/main.c, examples/l3fwd/l3fwd_acl.c, examples/l3fwd/l3fwd_em.c, examples/l3fwd/l3fwd_fib.c, examples/l3fwd/l3fwd_lpm.c, examples/link_status_interrupt/main.c, examples/ptpclient/ptpclient.c, examples/qos_meter/main.c, examples/server_node_efd/node/node.c, examples/server_node_efd/server/main.c, examples/vhost/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.

Definition at line 273 of file rte_ether.h.

Field Documentation

◆ dst_addr

struct rte_ether_addr dst_addr

◆ src_addr

struct rte_ether_addr src_addr

◆ ether_type

rte_be16_t ether_type

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