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

1999/0731/ip/pktmedium.c (diff list | history)

1998/0714/sys/src/9/ip/pktmedium.c:16,391999/0731/sys/src/9/ip/pktmedium.c:16,31 (short | long | prev | next)
1998/0306    
 
Medium pktmedium = 
{ 
	"pkt", 
	14, 
1998/0330    
	40, 
	4*1024, 
1998/0306    
	6, 
	pktbind, 
	pktunbind, 
	pktbwrite, 
	nil,		/* addmulti */ 
	nil,		/* remmulti */ 
	pktin, 
	nil,		/* addroute */ 
	nil,		/* remroute */ 
	nil,		/* flushroute */ 
	nil,		/* joinmulti */ 
	nil,		/* leave multi */ 
1998/0714    
	nil,		/* ares */ 
1998/0307    
	1,		/* unbind on last close */ 
1999/0731    
.name=		"pkt", 
.hsize=		14, 
.minmtu=	40, 
.maxmtu=	4*1024, 
.maclen=	6, 
.bind=		pktbind, 
.unbind=	pktunbind, 
.bwrite=	pktbwrite, 
.pktin=		pktin, 
.unbindonclose=	1, 
1998/0306    
}; 
 
/* 


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