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

1992/0325/port/tcpif.c (diff list | history)

1992/0322/sys/src/9/port/tcpif.c:64,691992/0325/sys/src/9/port/tcpif.c:64,70 (short | long | prev | next)
1992/0303    
{ 
	return ((Tcpctl*)ic)->state != Syn_sent; 
} 
1992/0325    
 
1991/0424    
void 
1991/1014    
tcpstart(Ipconv *s, int mode, ushort window, char tos) 
1991/0424    
{ 
1992/0322/sys/src/9/port/tcpif.c:82,871992/0325/sys/src/9/port/tcpif.c:83,89
1991/0424    
		tcb->flags |= CLONE; 
1991/12171    
		setstate(s, Listen); 
1991/0424    
		break; 
1992/0325    
 
1991/0424    
	case TCP_ACTIVE: 
		/* Send SYN, go into SYN_SENT state */ 
		tcb->flags |= ACTIVE; 


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