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

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

1992/0107/sys/src/9/port/ipdat.h:281,2871992/0111/sys/src/9/port/ipdat.h:281,287 (short | long | prev | next)
Move error.h to ../port. Change errors to actual strings.
rsc Fri Mar 4 12:44:25 2005
1991/0424    
	QLock	listenq;		/* List of people waiting incoming cons */ 
	Rendez	listenr;		/* Some where to sleep while waiting */ 
		 
	char	err;			/* Async protocol error */ 
1992/0111    
	char	*err;			/* Async protocol error */ 
1991/0424    
	int	backlog;		/* Maximum number of waiting connections */ 
	int	curlog;			/* Number of waiting connections */ 
1991/1023    
	int 	newcon;			/* Flags that this is the start of a connection */ 
1992/0107/sys/src/9/port/ipdat.h:449,4551992/0111/sys/src/9/port/ipdat.h:449,455
1991/0424    
void	update(Ipconv *, Tcp *); 
int	trim(Tcpctl *, Tcp *, Block **, ushort *); 
void	add_reseq(Tcpctl *, char, Tcp *, Block *, ushort); 
void	close_self(Ipconv *, int); 
1992/0111    
void	close_self(Ipconv *, char []); 
1991/0424    
int	seq_gt(int, int); 
Ipconv	*ip_conn(Ipconv *, Port, Port, Ipaddr dest, char proto); 
void	ipmkdir(Qinfo *, Dirtab *, Ipconv *); 
1992/0107/sys/src/9/port/ipdat.h:460,4661992/0111/sys/src/9/port/ipdat.h:460,465
1991/0424    
void	stop_timer(Timer *); 
int	copyupb(Block **, uchar *, int); 
void	init_tcpctl(Ipconv *); 
void	close_self(Ipconv *, int); 
int	iss(void); 
int	seq_within(int, int, int); 
int	seq_lt(int, int); 


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