1 /* @(#)in_systm.h 1.8 88/08/19 SMI; from UCB 7.1 6/5/86 */ 2 3 /* 4 * Copyright (c) 1982, 1986 Regents of the University of California. 5 * All rights reserved. The Berkeley software License Agreement 6 * specifies the terms and conditions for redistribution. 7 */ 8 9 /* 10 * Miscellaneous internetwork 11 * definitions for kernel. 12 */ 13 14 #ifndef _netinet_in_systm_h 15 #define _netinet_in_systm_h 16 17 typedef u_short n_short; /* short as received from the net */ 18 typedef u_long n_long; /* long as received from the net */ 19 20 typedef u_long n_time; /* ms since 00:00 GMT, byte rev */ 21 22 #endif /*!_netinet_in_systm_h*/ 23