Subversion Repositories Kolibri OS

Rev

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

Rev 3725 Rev 4265
Line 435... Line 435...
435
 
435
 
436
;---------------------
436
;---------------------
Line 437... Line 437...
437
; Create the IP packet
437
; Create the IP packet
438
 
-
 
439
        mov     ecx, esi
-
 
440
 
438
 
441
        mov     ebx, [eax + SOCKET.device]
439
        mov     ecx, esi
442
        mov     edx, [eax + IP_SOCKET.LocalIP]  ; source ip
440
        mov     edx, [eax + IP_SOCKET.LocalIP]  ; source ip
443
        mov     eax, [eax + IP_SOCKET.RemoteIP] ; dest ip
441
        mov     eax, [eax + IP_SOCKET.RemoteIP] ; dest ip
444
        mov     di, IP_PROTO_TCP shl 8 + 128
442
        mov     di, IP_PROTO_TCP shl 8 + 128