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

1995/0731/pc/devether.c (diff list | history)

1995/0726/sys/src/9/pc/devether.c:124,1291995/0731/sys/src/9/pc/devether.c:124,131 (short | long | prev | next)
1995/0713    
					continue; 
				memmove(bp->wp, pkt->d, len); 
				i = TK2MS(m->ticks); 
1995/0731    
				bp->wp[58] = len>>8; 
				bp->wp[59] = len; 
1995/0713    
				bp->wp[60] = i>>24; 
				bp->wp[61] = i>>16; 
				bp->wp[62] = i>>8; 
1995/0726/sys/src/9/pc/devether.c:141,1471995/0731/sys/src/9/pc/devether.c:143,149
1995/0721    
	int s, different; 
1993/1120    
 
1995/0721    
	different = memcmp(pkt->d, ctlr->ea, sizeof(pkt->d)); 
	if(different && memcmp(pkt->d, ctlr->bcast, sizeof(pkt->d))) 
1995/0731    
	if(!ctlr->prom && different && memcmp(pkt->d, ctlr->bcast, sizeof(pkt->d))) 
1993/1120    
		return 0; 
 
	s = splhi(); 


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