From owner-FreeBSD-users-jp@jp.freebsd.org  Sun Jan 12 08:07:03 1997
Received: by jaz.jp.freebsd.org (8.8.4+2.7Wbeta4/8.7.3) id IAA01071
	Sun, 12 Jan 1997 08:07:03 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.4+2.7Wbeta4/8.7.3) with ESMTP id IAA01066
	for <FreeBSD-users-jp@jp.freebsd.org>; Sun, 12 Jan 1997 08:07:02 +0900 (JST)
Received: from mitnick.ccs.co.jp by pacusi.ccs.co.jp with ESMTP
	(8.7.5+2.6Wbeta6/R1.28 CCS MX) id IAA17454; Sun, 12 Jan 1997 08:02:39 +0900 (JST)
Received: by mitnick.ccs.co.jp
        (8.7.5/generic) id XAA09453; Sat, 11 Jan 1997 23:14:16 GMT
Received: from atlas.ccs.co.jp(160.248.9.10) by mitnick.ccs.co.jp via smap (V1.3)
	id sma009451; Sun Jan 12 08:14:00 1997
Received: from com_yam.ksq3.ccs.co.jp by atlas.ksqmr.ccs.co.jp with ESMTP
	(8.6.12/R1.24 CCS [1996/10/02]) id IAA14788; Sun, 12 Jan 1997 08:05:20 +0900
Received: from localhost (localhost [127.0.0.1]) by com_yam.ksq3.ccs.co.jp (8.7.5/8.6.9) with SMTP id IAA00604 for <FreeBSD-users-jp@jp.freebsd.org>; Sun, 12 Jan 1997 08:04:50 +0900 (JST)
Message-Id: <199701112304.IAA00604@com_yam.ksq3.ccs.co.jp>
X-Authentication-Warning: com_yam.ksq3.ccs.co.jp: Host localhost [127.0.0.1] didn't use HELO protocol
To: FreeBSD-users-jp@jp.freebsd.org
In-reply-to: Your message of "Sun, 12 Jan 1997 06:53:33 JST."
             <199701112153.GAA11353@junkun.esys.tsukuba.ac.jp> 
Date: Sun, 12 Jan 1997 08:04:50 +0900
From: Akiya Yamamoto <yamamoto@ccs.co.jp>
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 8390
Subject: [FreeBSD-users-jp 8390] Re: port number 
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B%;%s%H%i%k!&%3%s%T%e!<%?!&%5!<%S%9;3K\$G$9!#(B

$B@h$[$I$N$d$^$7$?$5$s$N%W%m%0%i%`$N7o$K$D$$$F$NJdB-$G$9!#LLGr$$$b$N$r8+(B
$B$D$1$^$7$?!#(B

/usr/include/netinet/in_systm.h

     37 #ifndef _NETINET_IN_SYSTM_H_ 
     38 #define _NETINET_IN_SYSTM_H_
     39  
     40 /* 
     41  * Miscellaneous internetwork
     42  * definitions for kernel.
     43  */
     44  
     45 /* 
     46  * Network types.
     47  *    
     48  * Internally the system keeps counters in the headers with the bytes
     49  * swapped so that VAX instructions will work on them.  It reverses
     50  * the bytes before transmission at each protocol level.  The n_ types
     51  * represent the types with the bytes in ``high-ender'' order.
     52  */
     53 typedef u_short n_short;        /* short as received from the net */
     54 typedef u_long  n_long;         /* long as received from the net */
     55  
     56 typedef u_long  n_time;         /* ms since 00:00 GMT, byte rev */
     57  
     58 #ifdef KERNEL
     59 n_time   iptime __P((void));
     60 #endif 
     61  
     62 #endif
 
  $B9M$($F$_$l$P!"(BFreeBSD $B$O(Bintel $B$N%A%C%W>e$GF0$/$N$G$9$+$i!"$"$N2{$+$7(B
$B$$(BDECchip $B!J(BVAX $B%7%j!<%:$N%A%C%W!*!K$HF1$8%P%$%H%*!<%@!<$J$N$G$9$h$M!#(B
inet$B2s$j$N%3!<%G%#%s%0$O%P%$%H%*!<%@!<%U%j!<$K=q$+$M$P$J$i$J$$$N$G$9$+(B
$B$i!"$=$N$h$&$JG[N8$r9T$J$o$J$$$H@h$K=R$Y$?(BPC$BMQ$N%=%U%H$N$h$&$J;v$K$J$C(B
$B$F$7$^$$$^$9!#$b$A$m$s!"(BSun, HP $B$J$I!"(BDEC, intel$BEy$N%A%C%W$H5U$N%P%$%H(B
$B%*!<%@!<$r;}$D%^%7%s$G$OLdBj$K$J$i$J$$!J$H8@$&$+2?$b$7$J$/$F$bNI$$!KLu(B
$B$G$9!#(B

				$B%;%s%H%i%k!&%3%s%T%e!<%?!&%5!<%S%9(B
				$B2J3X!&4D6-%7%9%F%`It(B	$BCO5e2J3X2](B
				$B;3K\98Li(B
				e-mail	:	yamamoto@ccs.co.jp

