hosts.h,v

来自「TCP-IP红宝书源代码」· H,V 代码 · 共 52 行

H,V
52
字号
head	1.2;
access;
symbols;
locks
	dls:1.2; strict;
comment	@ * @;


1.2
date	97.09.21.19.26.19;	author dls;	state Dist;
branches;
next	1.1;

1.1
date	94.05.10.20.48.46;	author dls;	state Old;
branches;
next	;


desc
@@


1.2
log
@pre-3e code
@
text
@/* hosts.h */

/* Symbolic names and IP addresses for local hosts at Purdue	*/
/* This file is useful for writing test programs, but not	*/
/* strictly necessary.						*/

#define	MERLIN	 128,10,2,3	/*vax780  -  Where the magic happens	*/
#define	ARTHUR	 128,10,2,1	/*vax8600 -  The King at Purdue CS	*/
#define	MORDRED	 128,10,2,2	/*vax780  -  Another mainstay in CS dept*/
#define	GWEN	 128,10,2,8	/*vax785  -  The Xinu project VAX	*/
#define	LUCAS	 128,10,2,20	/*sun170  -  The TILDE file server	*/
#define	LANCELOT 128,10,2,23	/*sun160C -  Comer's office machine	*/
#define XINU     128,10,2,30	/*lsi11/23-  Xinu test machine		*/
#define	KNIGHT1  128,10,2,31	/*lsi11/23-  Student Xinu machine	*/
@


1.1
log
@Initial revision
@
text
@@

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?