Subversion Repositories Kolibri OS

Rev

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

Rev 4035 Rev 4052
Line 258... Line 258...
258
        mov     dx, [eax + UDP_SOCKET.LocalPort]
258
        mov     dx, [eax + UDP_SOCKET.LocalPort]
259
        DEBUGF  DEBUG_NETWORK_VERBOSE, "local port=%x\n", dx
259
        DEBUGF  DEBUG_NETWORK_VERBOSE, "local port=%x\n", dx
Line 260... Line 260...
260
 
260
 
261
        sub     esp, 8                                          ; Data ptr and data size will be placed here
261
        sub     esp, 8                                          ; Data ptr and data size will be placed here
262
        push    edx esi
-
 
263
        mov     ebx, [eax + SOCKET.device]
262
        push    edx esi
264
        mov     edx, [eax + IP_SOCKET.LocalIP]
263
        mov     edx, [eax + IP_SOCKET.LocalIP]
265
        mov     eax, [eax + IP_SOCKET.RemoteIP]
264
        mov     eax, [eax + IP_SOCKET.RemoteIP]
266
        mov     di, IP_PROTO_UDP shl 8 + 128
265
        mov     di, IP_PROTO_UDP shl 8 + 128
267
        add     ecx, sizeof.UDP_header
266
        add     ecx, sizeof.UDP_header