DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr Struct Reference

#include <IPV4UDPPacket.hpp>

Collaboration diagram for dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr:
[legend]

Public Attributes

struct rte_ether_hdr eth_hdr
 
struct rte_ipv4_hdr ipv4_hdr
 
struct rte_udp_hdr udp_hdr
 

Detailed Description

Definition at line 23 of file IPV4UDPPacket.hpp.

Member Data Documentation

◆ eth_hdr

struct rte_ether_hdr dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr::eth_hdr

Definition at line 24 of file IPV4UDPPacket.hpp.

◆ ipv4_hdr

struct rte_ipv4_hdr dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr::ipv4_hdr

Ethernet header: Contains the destination address, source address and frame type.

Definition at line 35 of file IPV4UDPPacket.hpp.

◆ udp_hdr

struct rte_udp_hdr dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr::udp_hdr

IPv4 Header

Definition at line 52 of file IPV4UDPPacket.hpp.


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