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

2002/0217/ip/netlog.c (diff list | history)

2002/0217/sys/src/9/ip/netlog.c:207,2132002/0306/sys/src/9/ip/netlog.c:207,213 (short | long | prev | next)
2001/1120    
		cmderror(cb, "unknown ip control message"); 
	} 
1997/0327    
 
	for(i = 1; i < n; i++){ 
2002/0306    
	for(i = 1; i < cb->nf; i++){ 
1998/0313    
		for(fp = flags; fp->name; fp++) 
2001/1120    
			if(strcmp(fp->name, cb->f[i]) == 0) 
1997/0327    
				break; 


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