Annotation of 42BSD/sys/netinet/udp.h, revision 1.1.1.1

1.1       root        1: /*     udp.h   6.1     83/07/29        */
                      2: 
                      3: /*
                      4:  * Udp protocol header.
                      5:  * Per RFC 768, September, 1981.
                      6:  */
                      7: struct udphdr {
                      8:        u_short uh_sport;               /* source port */
                      9:        u_short uh_dport;               /* destination port */
                     10:        short   uh_ulen;                /* udp length */
                     11:        u_short uh_sum;                 /* udp checksum */
                     12: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.