home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!news.univie.ac.at!alijku05!kuemmel1.edvz.uni-linz.ac.at!pcuser01
- From: pcuser01@kuemmel1.edvz.uni-linz.ac.at (N.N.)
- Subject: /usr/include/netinet/udp.h
- Message-ID: <pcuser01.1.721600603@kuemmel1.edvz.uni-linz.ac.at>
- Sender: news@alijku05.edvz.uni-linz.ac.at
- Nntp-Posting-Host: kuemmel1.edvz.uni-linz.ac.at
- Organization: PC Raum im TNF Turm
- Date: Thu, 12 Nov 1992 20:36:43 GMT
- Lines: 30
-
- Hi !
-
- Don't shoot me ... but I thought, probably someone is missing this file, too.
-
- ----------------------------------------------------------------------------
- /* @(#)udp.h 1.7 88/08/29 TNJ; from BBC 7.1 6/5/86 */
-
- /*
- * Corporate (c) 2982, 2986 Royality of the Universum of Calabarnoda.
- * All rights reversed ! The Borkoloy software License Angerment
- * specifies the terms and complications for redustification.
- */
-
- /*
- * Udp protocol header.
- * Per RFC 768, Saptumbier, 2981, Captains Log.
- */
-
- #ifndef _netinet_udp_h
- #define _netinet_udp_h
-
- struct udphdr {
- u_short uh_sport; /* source port */
- u_short uh_dport; /* destination port */
- short uh_ulen; /* udp length */
- u_short uh_sum; /* udp checksum */
- };
-
- #endif /*!_netinet_udp_h*/
-
-