date and time created 85/05/30 19:10:46 by sklower
[unix-history] / usr / src / sys / netns / idp.h
CommitLineData
33270ff5
KS
1/* idp.h 6.1 85/05/30 */
2
3/*
4 * Definitions for NS(tm) Internet Datagram Protocol
5 */
6struct idp {
7 u_short idp_sum; /* Checksum */
8 u_short idp_len; /* Length, in bytes, including header */
9 u_char idp_tc; /* Transport Crontrol (i.e. hop count) */
10 u_char idp_pt; /* Packet Type (i.e. level 2 protocol) */
11 struct ns_addr idp_dna; /* Destination Network Address */
12 struct ns_addr idp_sna; /* Source Network Address */
13};