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

1991/1115/port/deviproute.c (diff list | history)

1991/1112/sys/src/9/port/deviproute.c:244,2491991/1115/sys/src/9/port/deviproute.c:244,250 (short | long | prev | next)
1991/0331    
void 
iproutecreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1991/1115    
	USED(c, name, omode, perm); 
1991/0331    
	error(Eperm); 
} 
 
1991/1112/sys/src/9/port/deviproute.c:250,2551991/1115/sys/src/9/port/deviproute.c:251,257
1991/0331    
void 
iprouteremove(Chan *c) 
{ 
1991/1115    
	USED(c); 
1991/0331    
	error(Eperm); 
} 
 
1991/1112/sys/src/9/port/deviproute.c:256,2611991/1115/sys/src/9/port/deviproute.c:258,264
1991/0331    
void 
iproutewstat(Chan *c, char *dp) 
{ 
1991/1115    
	USED(c, dp); 
1991/0331    
	error(Eperm); 
} 
 
1991/1112/sys/src/9/port/deviproute.c:262,2671991/1115/sys/src/9/port/deviproute.c:265,271
1991/0331    
void 
iprouteclose(Chan *c) 
{ 
1991/1115    
	USED(c); 
1991/0331    
} 
 
#define IPR_ENTRYLEN 54 


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