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

2002/0601/ip/ip.h (diff list | history)

2002/0514/sys/src/9/ip/ip.h:84,892002/0601/sys/src/9/ip/ip.h:84,90 (short | long | prev | next)
1997/0327    
	ushort	rport;			/* remote port number */ 
	uint	ttl;			/* max time to live */ 
1999/0817    
	uint	tos;			/* type of service */ 
2002/0601    
	uchar	ipversion;		/* IPv4 or IPv6 */ 
1997/0327    
 
2002/0507    
	char	*owner;			/* protections */ 
1997/0327    
	int	perm; 
2002/0514/sys/src/9/ip/ip.h:360,3662002/0601/sys/src/9/ip/ip.h:361,367
2002/0507    
 
 
1998/0313    
int	Fsconnected(Conv*, char*); 
Conv*	Fsnewcall(Conv*, uchar*, ushort, uchar*, ushort); 
2002/0601    
Conv*	Fsnewcall(Conv*, uchar*, ushort, uchar*, ushort, uchar); 
1997/0327    
int	Fspcolstats(char*, int); 
int	Fsproto(Fs*, Proto*); 
1998/0306    
int	Fsbuiltinproto(Fs*, uchar); 


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