DPDK  2.0.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.

Field Documentation

struct ether_addr d_addr

Destination address.

uint16_t ether_type

Frame type.

struct ether_addr s_addr

Source address.


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