UDPHDR Struct Reference


Detailed Description

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

u_short UDPHDR::uh_sport

Source port.

Definition at line 116 of file udp.h.

Referenced by NutUdpOutput(), and NutUdpReceiveFrom().

u_short UDPHDR::uh_dport

Destination port.

Definition at line 117 of file udp.h.

Referenced by NutUdpInput(), and NutUdpOutput().

u_short UDPHDR::uh_ulen

UDP length.

Definition at line 118 of file udp.h.

Referenced by NutUdpOutput().

u_short UDPHDR::uh_sum

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/