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

1997/0522/ip/ip.c (diff list | history)

1997/0504/sys/src/9/ip/ip.c:137,1431997/0522/sys/src/9/ip/ip.c:137,143 (short | long | prev | next)
1997/0327    
	} 
 
	if(eh->frag[0] & (IP_DF>>8)){ 
		netlog(Logip, "%I: eh->frag[0] & (IP_DF>>8)", eh->dst); 
1997/0522    
		netlog(Logip, "%I: eh->frag[0] & (IP_DF>>8)\n", eh->dst); 
1997/0327    
		goto raise; 
	} 
 


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