EMANE
1.2.1
|
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 |
Definition of the UDP header.
Definition at line 54 of file netutils.h.
std::uint16_t EMANE::Utils::UdpHeader::u16Udpcheck |
Definition at line 59 of file netutils.h.
std::uint16_t EMANE::Utils::UdpHeader::u16Udpdst |
Definition at line 57 of file netutils.h.
std::uint16_t EMANE::Utils::UdpHeader::u16Udplen |
Definition at line 58 of file netutils.h.
std::uint16_t EMANE::Utils::UdpHeader::u16Udpsrc |
Definition at line 56 of file netutils.h.