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

1998/0630/ip/ip.c (diff list | history)

1998/0604/sys/src/9/ip/ip.c:133,1391998/0630/sys/src/9/ip/ip.c:133,139 (short | long | prev | next)
1998/0313    
	ip = f->ip; 
 
1997/0327    
	/* Fill out the ip header */ 
	eh = (Iphdr *)(bp->rp); 
1998/0630    
	eh = (Iphdr*)(bp->rp); 
1997/0327    
 
1998/0313    
	ip->istats.ipOutRequests++; 
 
1998/0604/sys/src/9/ip/ip.c:182,1921998/0630/sys/src/9/ip/ip.c:182,192
1997/0327    
		eh->ttl = ttl; 
	} 
 
1998/0604    
	rlock(ifc); 
1998/0307    
	if(waserror()){ 
		runlock(ifc); 
		nexterror(); 
	} 
1998/0630    
	rlock(ifc); 
1998/0307    
	if(ifc->m == nil) 
		goto raise; 
 


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