Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Myra::L4_UDP::Header Struct Reference

UDP header. More...

#include "L4_UDP.hpp"

Public Attributes

UDP_PORT src_port
 UDP source port. More...
 
UDP_PORT dst_port
 UDP destination port. More...
 
uint16_t length
 Combined length of the header and the data. More...
 
uint16_t checksum
 Checksum of the header and the data. More...
 
uint8_t payload [0]
 UDP payload. More...
 

Detailed Description

UDP header.

Member Data Documentation

uint16_t Myra::L4_UDP::Header::checksum

Checksum of the header and the data.

UDP_PORT Myra::L4_UDP::Header::dst_port

UDP destination port.

uint16_t Myra::L4_UDP::Header::length

Combined length of the header and the data.

uint8_t Myra::L4_UDP::Header::payload[0]

UDP payload.

UDP_PORT Myra::L4_UDP::Header::src_port

UDP source port.


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