udphdr Struct Reference


Detailed Description

UDP protocol header structure.

Definition at line 115 of file udp.h.


Data Fields

u_short uh_sport
 Source port.
u_short uh_dport
 Destination port.
u_short uh_ulen
 UDP length.
u_short uh_sum
 UDP checksum.

Field Documentation

Source port.

Definition at line 116 of file udp.h.

Referenced by NutUdpOutput(), and NutUdpReceiveFrom().

Destination port.

Definition at line 117 of file udp.h.

Referenced by NutUdpInput(), and NutUdpOutput().

UDP length.

Definition at line 118 of file udp.h.

Referenced by NutUdpOutput().

UDP checksum.

Definition at line 119 of file udp.h.

Referenced by NutUdpOutput().


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

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/