Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
3 * Portions copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
7 * Copyright (c) 1982, 1986 Regents of the University of California.
8 * All rights reserved. The Berkeley software License Agreement
9 * specifies the terms and conditions for redistribution.
13 * Udp protocol header.
14 * Per RFC 768, September, 1981.
17 #ifndef _NETINET_UDP_H
18 #define _NETINET_UDP_H
28 u_short uh_sport; /* source port */
29 u_short uh_dport; /* destination port */
30 short uh_ulen; /* udp length */
31 u_short uh_sum; /* udp checksum */
38 #endif /* _NETINET_UDP_H */