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

1999/0320/port/netif.c (diff list | history)

1999/0316/sys/src/9/port/netif.c:30,401999/0320/sys/src/9/port/netif.c:30,40 (short | long | prev | next)
1993/0525    
 *  generate a 3 level directory 
 */ 
static int 
1995/0804    
netifgen(Chan *c, void *vp, int, int i, Dir *dp) 
1999/0320    
netifgen(Chan *c, Dirtab *vp, int, int i, Dir *dp) 
1993/0525    
{ 
	Qid q; 
	char buf[32]; 
	Netif *nif = vp; 
1999/0320    
	Netif *nif = (Netif*)vp; 
1993/0525    
	Netfile *f; 
	int t; 
	int perm; 


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