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... | |
UDP header.
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.