Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_ether_hdr - Man Page

Synopsis

#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.

Definition at line 279 of file rte_ether.h.

Field Documentation

struct rte_ether_addr dst_addr

Destination address.

Definition at line 280 of file rte_ether.h.

struct rte_ether_addr src_addr

Source address.

Definition at line 281 of file rte_ether.h.

rte_be16_t ether_type

Frame type.

Definition at line 282 of file rte_ether.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK