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

1990/03011/port/devlance.c (diff list | history)

1990/0227/sys/src/9/port/devlance.c:750,7561990/03011/sys/src/9/port/devlance.c:750,756 (short | long | prev | next)
1990/0227    
			 *  See if a queue exists for this packet type. 
			 */ 
			p = l.rp[l.rl]; 
			t = (p->type[1]<<8) | p->type[0]; 
1990/03011    
			t = (p->type[0]<<8) | p->type[1]; 
1990/0227    
			len = m->cntflags - 4; 
			lancedebq("in", p, len); 
			for(e = &l.e[0]; e < &l.e[Ntypes]; e++){ 


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