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

1992/0130/port/ipdat.h (diff list | history)

1992/0128/sys/src/9/port/ipdat.h:498,5041992/0130/sys/src/9/port/ipdat.h:498,504 (short | long | prev | next)
Bug fix?: change BLKFRAG.
rsc Fri Mar 4 12:44:25 2005
1991/0424    
#define	MIN(a, b)	((a) < (b) ? (a) : (b)) 
#define MAX(a, b)	((a) > (b) ? (a) : (b)) 
#define BLKIP(xp)	((Etherhdr *)((xp)->rptr)) 
#define BLKFRAG(xp)	((Ipfrag *)((xp)->rptr)) 
1992/0130    
#define BLKFRAG(xp)	((Ipfrag *)((xp)->base)) 
1991/0424    
#define PREC(x)		((x)>>5 & 7) 
 
#define WORKBUF		64 


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