udp_hdr_t Struct Reference

UDP header. More...

Detailed Description

UDP header.

Definition at line 35 of file udp.h.

#include <udp.h>

Data Fields

network_uint16_t src_port
 source port
 
network_uint16_t dst_port
 destination port
 
network_uint16_t length
 payload length (including the header)
 
network_uint16_t checksum
 checksum
 

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