plan 9 kernel history: overview | file list | diff list

2001/0527/ip/ip.h (diff list | history)

2001/0405/sys/src/9/ip/ip.h:47,522001/0527/sys/src/9/ip/ip.h:47,54 (short | long | prev | next)
1998/0313    
 
	/* 2^Lroot trees in the root table */ 
	Lroot	= 10, 
2001/0527    
 
	Maxpath =	64, 
1997/0327    
}; 
 
enum 
2001/0405/sys/src/9/ip/ip.h:76,822001/0527/sys/src/9/ip/ip.h:78,84
1997/0327    
	uint	ttl;			/* max time to live */ 
1999/0817    
	uint	tos;			/* type of service */ 
1997/0327    
 
	char	owner[NAMELEN];		/* protections */ 
2001/0527    
	char	*owner		;	/* protections */ 
1997/0327    
	int	perm; 
	int	inuse;			/* opens of listen/data/ctl */ 
	int	length; 
2001/0405/sys/src/9/ip/ip.h:95,1012001/0527/sys/src/9/ip/ip.h:97,103
1997/0327    
 
	QLock	car; 
	Rendez	cr; 
	char	cerr[ERRLEN]; 
2001/0527    
	char	cerr[ERRMAX]; 
1997/0327    
 
	QLock	listenq; 
	Rendez	listenr; 
2001/0405/sys/src/9/ip/ip.h:428,4342001/0527/sys/src/9/ip/ip.h:430,436
2001/0405    
 */ 
struct IPaux 
{ 
	char	owner[NAMELEN];		/* the user that did the attach */ 
2001/0527    
	char	*owner;		/* the user that did the attach */ 
2001/0405    
	char	tag[4]; 
}; 
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)