DPDK  19.05.0
Data Fields
ether_hdr Struct Reference

#include <rte_ether.h>

Data Fields

struct ether_addr d_addr
struct ether_addr s_addr
uint16_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/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/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-acl/main.c, examples/l3fwd-power/main.c, examples/l3fwd-vf/main.c, examples/l3fwd/l3fwd_em.c, examples/l3fwd/l3fwd_lpm.c, examples/link_status_interrupt/main.c, examples/load_balancer/runtime.c, examples/performance-thread/l3fwd-thread/main.c, examples/ptpclient/ptpclient.c, examples/qos_meter/main.c, examples/quota_watermark/qw/main.c, examples/server_node_efd/node/node.c, examples/server_node_efd/server/main.c, examples/tep_termination/vxlan.c, examples/tep_termination/vxlan_setup.c, examples/vhost/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.

Definition at line 271 of file rte_ether.h.

Field Documentation

struct ether_addr d_addr
struct ether_addr s_addr
uint16_t ether_type

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