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

1991/1203/port/devarp.c (diff list | history)

1991/1115/sys/src/9/port/devarp.c:18,241991/1203/sys/src/9/port/devarp.c:18,25 (short | long | prev | next)
1991/1029    
#define ARPHASH(p)	arphash[((p[2]^p[3])%Arphashsize)] 
 
typedef struct Arpcache Arpcache; 
struct Arpcache { 
1991/1203    
struct Arpcache 
{ 
1991/1029    
	uchar	status; 
	uchar	type; 
	uchar	eip[4]; 


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