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

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

1998/0630/sys/src/9/ip/tripmedium.c:21,481999/0731/sys/src/9/ip/tripmedium.c:21,38 (short | long | prev | next)
1998/0630    
 
Medium tripmedium = 
{ 
	"trip", 
	0,			/* Header size */ 
                 
	20,			/* Min TU */ 
	64*1024,		/* Max TU */ 
                 
	LCIMACSIZE,		/* Maximum MAC address length */ 
                 
	tripbind, 
	tripunbind, 
	tripbwrite, 
	tripaddmulti, 
	tripremmulti, 
	nil,			/* pktin */ 
	tripaddroute, 
	tripremroute, 
	nil,			/* flushroutes */ 
	nil,			/* joinmulti */ 
	nil,			/* leavemulti */ 
	tripares,		/* address cache enter */ 
                 
	0 
1999/0731    
.name=		"trip", 
.minmtu=	20, 
.maxmtu=	64*1024, 
.maclen=	LCIMACSIZE, 
.bind=		tripbind, 
.unbind=	tripunbind, 
.bwrite=	tripbwrite, 
.addmulti=	tripaddmulti, 
.remmulti=	tripremmulti, 
.addroute=	tripaddroute, 
.remroute=	tripremroute, 
.ares=		tripares, 
1998/0630    
}; 
 
typedef struct	Tripinfo Tripinfo; 


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