Subversion Repositories Kolibri OS

Rev

Rev 1284 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1284 Rev 1288
Line 25... Line 25...
25
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
25
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
26
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
26
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
27
;;                                                              ;;
27
;;                                                              ;;
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
$Revision: 1284 $
30
$Revision: 1288 $
31
 
31
 
32
; socket data structure
32
; socket data structure
33
struct SOCKET
33
struct SOCKET
Line 582... Line 582...
582
 
582
 
583
	cmp	[ebx + SOCKET.TCBState], TCB_LISTEN
583
	cmp	[ebx + SOCKET.TCBState], TCB_LISTEN
584
	je	.destroy_tcb
584
	je	.destroy_tcb
585
	cmp	[ebx + SOCKET.TCBState], TCB_SYN_SENT
585
	cmp	[ebx + SOCKET.TCBState], TCB_SYN_SENT
-
 
586
	je	.destroy_tcb
-
 
587
	cmp	[ebx + SOCKET.TCBState], TCB_CLOSED
Line 586... Line 588...
586
	je	.destroy_tcb
588
	je	.destroy_tcb
587
 
589
 
588
	; Now construct the response, and queue for sending by IP
590
	; Now construct the response, and queue for sending by IP
589
	mov	eax, EMPTY_QUEUE
591
	mov	eax, EMPTY_QUEUE