Subversion Repositories Kolibri OS

Rev

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

Rev 7678 Rev 7679
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: 7678 $
17
$Revision: 7679 $
Line 18... Line 18...
18
 
18
 
Line 339... Line 339...
339
        mov     eax, [eax + UDP_SOCKET.RemoteIP]
339
        mov     eax, [eax + UDP_SOCKET.RemoteIP]
340
        call    ipv4_route
340
        call    ipv4_route
341
        test    eax, eax
341
        test    eax, eax
342
        jz      .enoroute
342
        jz      .enoroute
343
        pop     eax
343
        pop     eax
344
        mov     ebx, [net_drv_list + edi]
344
        mov     ebx, [net_device_list + edi]
345
        mov     [eax + UDP_SOCKET.device], ebx
345
        mov     [eax + UDP_SOCKET.device], ebx
346
        mov     [eax + UDP_SOCKET.LocalIP], edx
346
        mov     [eax + UDP_SOCKET.LocalIP], edx
347
        popa
347
        popa
Line 348... Line 348...
348
 
348