Subversion Repositories Kolibri OS

Rev

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

Rev 2629 Rev 2877
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: 2629 $
17
$Revision: 2877 $
18
 
18
 
19
;-----------------------------------------------------------------
19
;-----------------------------------------------------------------
20
;
20
;
Line 419... Line 419...
419
;---------------------
419
;---------------------
420
; Create the IP packet
420
; Create the IP packet
Line 421... Line 421...
421
 
421
 
Line -... Line 422...
-
 
422
        mov     ecx, esi
422
        mov     ecx, esi
423
 
423
 
424
        mov     ebx, [eax + SOCKET.device]
424
        mov     ebx, [eax + IP_SOCKET.LocalIP]  ; source ip
425
        mov     edx, [eax + IP_SOCKET.LocalIP]  ; source ip
425
        mov     eax, [eax + IP_SOCKET.RemoteIP] ; dest ip
426
        mov     eax, [eax + IP_SOCKET.RemoteIP] ; dest ip
426
        mov     di, IP_PROTO_TCP shl 8 + 128
427
        mov     di, IP_PROTO_TCP shl 8 + 128