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

1991/0112/port/devnonet.c (diff list | history)

1991/0109/sys/src/9/port/devnonet.c:781,7871991/0112/sys/src/9/port/devnonet.c:781,787 (short | long | prev | next)
1990/1210    
		 */ 
		ep = &ifc->conv[conf.nnoconv]; 
		for(cp = &ifc->conv[0]; cp < ep; cp++){ 
			if(cp->state>Cannounced && call.circuit==cp->rcvcircuit 
1991/0112    
			if(cp->state>Cannounced && (call.circuit^1)==cp->rcvcircuit 
1990/1210    
			&& strcmp(call.raddr, cp->raddr)==0) 
				break; 
		} 


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