Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 5522
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 5363 $
17
$Revision: 5522 $
18
 
18
 
19
align 4
19
align 4
20
iglobal
20
iglobal
Line 290... Line 290...
290
        mov     ecx, sizeof.TCP_header
290
        mov     ecx, sizeof.TCP_header
291
        mov     di, IP_PROTO_TCP shl 8 + 128
291
        mov     di, IP_PROTO_TCP shl 8 + 128
292
        call    IPv4_output
292
        call    IPv4_output
293
        jz      .error
293
        jz      .error
294
        pop     esi cx
294
        pop     esi cx
295
        push    edx eax
295
        push    eax
Line 296... Line 296...
296
 
296
 
297
;-----------------------------------------------
297
;-----------------------------------------------
Line 298... Line 298...
298
; Fill in the TCP header by using the socket ptr
298
; Fill in the TCP header by using the socket ptr
Line 374... Line 374...
374
        mov     di, IP_PROTO_TCP shl 8 + 128
374
        mov     di, IP_PROTO_TCP shl 8 + 128
375
        call    IPv4_output
375
        call    IPv4_output
376
        jz      .error
376
        jz      .error
377
        pop     esi cx
377
        pop     esi cx
Line 378... Line 378...
378
 
378
 
Line 379... Line 379...
379
        push    edx eax
379
        push    eax
380
 
380
 
Line 381... Line 381...
381
;---------------------------------------------------
381
;---------------------------------------------------