Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

udp Struct Reference
[UDP (User Datagram Protocol) layer]

The UDP packet structure. More...

#include <udp.h>


Data Fields

uint16_t udp_src
 The source port.

uint16_t udp_dst
 The destination port.

uint16_t udp_len
 The packet length.

uint16_t udp_chk
 The UDP checksum.


Detailed Description

The UDP packet structure.

Definition at line 18 of file udp.h.


Field Documentation

uint16_t udp::udp_chk
 

The UDP checksum.

Definition at line 28 of file udp.h.

uint16_t udp::udp_dst
 

The destination port.

Definition at line 23 of file udp.h.

uint16_t udp::udp_len
 

The packet length.

Definition at line 26 of file udp.h.

uint16_t udp::udp_src
 

The source port.

Definition at line 21 of file udp.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18