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

2001/1007/ip/ip.c (diff list | history)

2001/0623/sys/src/9/ip/ip.c:150,1562001/1007/sys/src/9/ip/ip.c:150,156 (short | long | prev | next)
1997/0327    
{ 
1998/0306    
	Ipifc *ifc; 
	uchar *gate; 
1997/0327    
	ushort fragoff; 
2001/1007    
	ulong fragoff; 
1997/0327    
	Block *xp, *nb; 
	Iphdr *eh, *feh; 
	int lid, len, seglen, chunk, dlen, blklen, offset, medialen; 
2001/0623/sys/src/9/ip/ip.c:269,2752001/1007/sys/src/9/ip/ip.c:269,275
1997/0327    
	xp->rp += offset; 
 
2001/0430    
	if(gating) 
		fragoff = nhgets(eh->frag); 
2001/1007    
		fragoff = nhgets(eh->frag)<<3; 
2001/0430    
	else 
		fragoff = 0; 
	dlen += fragoff; 


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