EMANE  1.2.1
EMANE::Utils::UdpHeader Struct Reference

Definition of the UDP header. More...

#include <netutils.h>

Public Attributes

std::uint16_t u16Udpsrc
 
std::uint16_t u16Udpdst
 
std::uint16_t u16Udplen
 
std::uint16_t u16Udpcheck
 

Detailed Description

Definition of the UDP header.

Definition at line 54 of file netutils.h.

Member Data Documentation

◆ u16Udpcheck

std::uint16_t EMANE::Utils::UdpHeader::u16Udpcheck

Definition at line 59 of file netutils.h.

◆ u16Udpdst

std::uint16_t EMANE::Utils::UdpHeader::u16Udpdst

Definition at line 57 of file netutils.h.

◆ u16Udplen

std::uint16_t EMANE::Utils::UdpHeader::u16Udplen

Definition at line 58 of file netutils.h.

◆ u16Udpsrc

std::uint16_t EMANE::Utils::UdpHeader::u16Udpsrc

Definition at line 56 of file netutils.h.


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