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

2003/0214/ip/ip.c (diff list | history)

2003/0213/sys/src/9/ip/ip.c:231,2362003/0214/sys/src/9/ip/ip.c:231,237 (short | long | prev | next)
1997/0327    
	int lid, len, seglen, chunk, dlen, blklen, offset, medialen; 
1998/0313    
	Route *r, *sr; 
	IP *ip; 
2003/0214    
	Proto *pr; 
1997/0327    
 
1998/0313    
	ip = f->ip; 
 
2003/0213/sys/src/9/ip/ip.c:262,2672003/0214/sys/src/9/ip/ip.c:263,272
1998/0306    
	if(r == nil){ 
2000/0706    
		ip->stats[OutNoRoutes]++; 
1998/0313    
		netlog(f, Logip, "no interface %V\n", eh->dst); 
2003/0214    
		if(!gating){ 
			freeblist(bp);	 
			error("no route"); 
		} 
1998/0308    
		goto free; 
1997/0327    
	} 
1998/0313    
 


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