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

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

1997/0403/sys/src/9/ip/gre.c:163,1691997/0423/sys/src/9/ip/gre.c:163,169 (short | long | prev | next)
1997/0327    
} 
 
static void 
greiput(Block *bp) 
1997/0423    
greiput(Media *m, Block *bp) 
1997/0327    
{ 
	int len; 
	GREhdr *ghp; 
1997/0403/sys/src/9/ip/gre.c:171,1761997/0423/sys/src/9/ip/gre.c:171,177
1997/0327    
	Conv *c, **p; 
	ushort eproto; 
 
1997/0423    
	USED(m); 
1997/0327    
	ghp = (GREhdr*)(bp->rp); 
 
	eproto = nhgets(ghp->eproto); 


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