DPDK  16.11.11
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:
bond/main.c, dpdk_qat/main.c, ethtool/ethtool-app/main.c, ip_fragmentation/main.c, ip_pipeline/pipeline/pipeline_firewall_be.c, ip_reassembly/main.c, ipv4_multicast/main.c, l2fwd-crypto/main.c, l2fwd-jobstats/main.c, l2fwd-keepalive/main.c, l2fwd/main.c, l3fwd-acl/main.c, l3fwd-power/main.c, l3fwd-vf/main.c, link_status_interrupt/main.c, load_balancer/runtime.c, multi_process/l2fwd_fork/main.c, performance-thread/l3fwd-thread/main.c, ptpclient/ptpclient.c, qos_meter/main.c, quota_watermark/qw/main.c, tep_termination/vxlan.c, tep_termination/vxlan_setup.c, vhost/main.c, vhost_xen/main.c, vmdq/main.c, and vmdq_dcb/main.c.

Definition at line 300 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: