#include <rte_ether.h>
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 287 of file rte_ether.h.
◆ dst_addr
Destination address.
- Examples
- examples/bond/main.c, examples/dma/dmafwd.c, examples/ethtool/ethtool-app/main.c, examples/flow_filtering/main.c, examples/ip_fragmentation/main.c, examples/ip_reassembly/main.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_fib.c, examples/l3fwd/l3fwd_lpm.c, examples/link_status_interrupt/main.c, examples/ptpclient/ptpclient.c, examples/vhost/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.
Definition at line 288 of file rte_ether.h.
◆ src_addr
Source address.
- Examples
- examples/bond/main.c, examples/dma/dmafwd.c, examples/ethtool/ethtool-app/main.c, examples/flow_filtering/main.c, examples/ip_fragmentation/main.c, examples/ip_reassembly/main.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_fib.c, examples/l3fwd/l3fwd_lpm.c, examples/link_status_interrupt/main.c, examples/ptpclient/ptpclient.c, examples/vhost/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.
Definition at line 289 of file rte_ether.h.
◆ ether_type
Frame type.
- Examples
- examples/bond/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/l3fwd-power/main.c, examples/l3fwd/l3fwd_em.c, examples/l3fwd/l3fwd_lpm.c, examples/ptpclient/ptpclient.c, and examples/vhost/main.c.
Definition at line 290 of file rte_ether.h.
The documentation for this struct was generated from the following file: