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

1997/0916/ip/ip.h (diff list | history)

1997/0903/sys/src/9/ip/ip.h:169,1741997/0916/sys/src/9/ip/ip.h:169,175 (short | long | prev | next)
1997/0423    
	void		(*rcv)(Media*, Block*); 
1997/0327    
	char*		(*ctl)(Conv*, char**, int); 
	void		(*advise)(Block*, char*); 
1997/0916    
	int		(*stats)(char*, int); 
1997/0327    
 
	Conv		**conv;		/* array of conversations */ 
	int		ptclsize;	/* size of per protocol ctl block */ 
1997/0903/sys/src/9/ip/ip.h:183,1891997/0916/sys/src/9/ip/ip.h:184,189
1997/0327    
	ulong		lenerr;			/* short packet */ 
	ulong		order;			/* out of order */ 
	ulong		rexmit;			/* retransmissions */ 
1997/0806    
	ulong		wclosed;		/* window closed */ 
1997/0327    
}; 
 
struct Fs 


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