Subversion Repositories Kolibri OS

Rev

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

Rev 5565 Rev 5594
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: 5565 $
17
$Revision: 5594 $
Line 18... Line 18...
18
 
18
 
Line 256... Line 256...
256
        DEBUGF  DEBUG_NETWORK_VERBOSE, "local port=%x\n", dx
256
        DEBUGF  DEBUG_NETWORK_VERBOSE, "local port=%x\n", dx
Line 257... Line 257...
257
 
257
 
258
        sub     esp, 4                                          ; Data ptr will be placed here
258
        sub     esp, 4                                          ; Data ptr will be placed here
259
        push    edx esi
259
        push    edx esi
-
 
260
        mov     edx, [eax + IP_SOCKET.LocalIP]
260
        mov     edx, [eax + IP_SOCKET.LocalIP]
261
        mov     ebx, [eax + IP_SOCKET.device]
261
        mov     eax, [eax + IP_SOCKET.RemoteIP]
262
        mov     eax, [eax + IP_SOCKET.RemoteIP]
262
        mov     di, IP_PROTO_UDP shl 8 + 128
263
        mov     di, IP_PROTO_UDP shl 8 + 128
263
        add     ecx, sizeof.UDP_header
264
        add     ecx, sizeof.UDP_header
264
        call    IPv4_output
265
        call    IPv4_output