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

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

1992/0826/sys/src/9/port/ipdat.h:472,4781992/0903/sys/src/9/port/ipdat.h:472,478 (short | long | prev | next)
Rename TCP functions to add tcp prefix, remove underscores.
rsc Fri Mar 4 12:44:25 2005
1992/0625    
ushort	ptcl_csum(Block*bp, int, int); 
int	pullb(Block **, int); 
void	reset(Ipaddr, Ipaddr, char, ushort, Tcp*); 
1991/0424    
void	send_syn(Tcpctl*); 
1992/0903    
void	tcpsndsyn(Tcpctl*); 
1992/0625    
int	seq_ge(int, int); 
1991/0424    
int	seq_gt(int, int); 
int	seq_gt(int, int); 
1992/0826/sys/src/9/port/ipdat.h:480,4931992/0903/sys/src/9/port/ipdat.h:480,493
1992/0625    
int	seq_lt(int, int); 
int	seq_within(int, int, int); 
int	seq_within(int, int, int); 
1991/0424    
void	setstate(Ipconv *, char); 
1992/0625    
void	start_timer(Timer *); 
1991/0424    
void	state_upcall(Ipconv*, char oldstate, char newstate); 
1992/0625    
void	stop_timer(Timer *); 
void	tcp_acktimer(void *); 
1992/0626    
void	tcp_input(Ipifc*, Block *); 
1992/0625    
void	tcp_output(Ipconv*); 
void	tcp_timeout(void *); 
1992/0903    
void	tcpsetstate(Ipconv *, char); 
void	tcpgo(Timer *); 
void	tcphalt(Timer *); 
void	tcpxstate(Ipconv*, char oldstate, char newstate); 
void	tcpacktimer(void *); 
void	tcpinput(Ipifc*, Block *); 
void	tcpoutput(Ipconv*); 
void	tcptimeout(void *); 
1992/0625    
void	tcpackproc(void*); 
1991/0424    
void	tcpflow(void*); 
1992/0416    
void	tcpflushincoming(Ipconv*); 


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