DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <IPV4UDPPacket.hpp>
Public Attributes | |
struct rte_ether_hdr | eth_hdr |
struct rte_ipv4_hdr | ipv4_hdr |
struct rte_udp_hdr | udp_hdr |
Definition at line 23 of file IPV4UDPPacket.hpp.
struct rte_ether_hdr dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr::eth_hdr |
Definition at line 24 of file IPV4UDPPacket.hpp.
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.
struct rte_udp_hdr dunedaq::dpdklibs::udp::ipv4_udp_packet_hdr::udp_hdr |
IPv4 Header
Definition at line 52 of file IPV4UDPPacket.hpp.