3 * Portions Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
8 * Copyright (c) 1982, 1986 Regents of the University of California.
9 * All rights reserved. The Berkeley software License Agreement
10 * specifies the terms and conditions for redistribution.
14 * Udp protocol header.
15 * Per RFC 768, September, 1981.
18 #ifndef _NETINET_UDP_H
19 #define _NETINET_UDP_H
29 u_short uh_sport; /* source port */
30 u_short uh_dport; /* destination port */
31 short uh_ulen; /* udp length */
32 u_short uh_sum; /* udp checksum */
39 #endif /* _NETINET_UDP_H */