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

1997/0403/ip/gre.c (diff list | history)

1997/0327/sys/src/9/ip/gre.c:73,811997/0403/sys/src/9/ip/gre.c:73,83 (short | long | prev | next)
1997/0327    
	} 
	unlock(p); 
 
	Fsconnected(&fs, c, err); 
1997/0403    
	if(err != nil) 
		return err; 
	Fsconnected(&fs, c, nil); 
1997/0327    
 
	return err; 
1997/0403    
	return nil; 
1997/0327    
} 
 
static int 
1997/0327/sys/src/9/ip/gre.c:93,1021997/0403/sys/src/9/ip/gre.c:95,104
1997/0327    
	c->wq = qopen(64*1024, 0, 0, 0); 
} 
 
static void 
greannounce(Conv *c) 
1997/0403    
static char* 
greannounce(Conv*, char**, int) 
1997/0327    
{ 
	Fsconnected(&fs, c, "pktifc does not support announce"); 
1997/0403    
	return "pktifc does not support announce"; 
1997/0327    
} 
 
static void 


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