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

2000/0424/ip/ip.h (diff list | history)

2000/0329/sys/src/9/ip/ip.h:27,332000/0424/sys/src/9/ip/ip.h:27,33 (short | long | prev | next)
1997/0327    
	Maxproto=	20, 
	Nhash=		64, 
	Maxincall=	5, 
	Nchans=		256, 
2000/0424    
	Nchans=		512, 
1998/0306    
	MAClen=		16,		/* longest mac address */ 
1997/0327    
 
	MAXTTL=		255, 
2000/0329/sys/src/9/ip/ip.h:218,2232000/0424/sys/src/9/ip/ip.h:218,224
1998/0306    
	int		(*local)(Conv*, char*, int); 
1999/0316    
	int		(*remote)(Conv*, char*, int); 
1998/0306    
	int		(*inuse)(Conv*); 
2000/0424    
	int		(*gc)(Proto*);	/* returns true if any conversations are freed */ 
1997/0327    
 
1998/0313    
	Fs		*f;		/* file system this proto is part of */ 
1997/0327    
	Conv		**conv;		/* array of conversations */ 


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