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

2000/0905/ip/ip.c (diff list | history)

2000/0706/sys/src/9/ip/ip.c:15,212000/0905/sys/src/9/ip/ip.c:15,21 (short | long | prev | next)
1997/0327    
{ 
	IPHDR		= 20,		/* sizeof(Iphdr) */ 
	IP_VER		= 0x40,		/* Using IP version 4 */ 
	IP_HLEN		= 0x05,		/* Header length in characters */ 
2000/0905    
	IP_HLEN		= 0x05,		/* Header length in words */ 
1997/0327    
	IP_DF		= 0x4000,	/* Don't fragment */ 
	IP_MF		= 0x2000,	/* More fragments */ 
1998/0306    
	IP_MAX		= (32*1024),	/* Maximum Internet packet size */ 


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