Subversion Repositories Kolibri OS

Rev

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

Rev 3602 Rev 3637
Line 431... Line 431...
431
        jmp     s_error
431
        jmp     s_error
Line 432... Line 432...
432
 
432
 
433
  .tcp:
433
  .tcp:
Line 434... Line 434...
434
  .udp:
434
  .udp:
435
 
435
 
436
        cmp     ebx, [edx + 4]                  ; First, fill in the IP
436
        mov     ebx, [edx + 4]                  ; First, fill in the IP
437
        test    ebx, ebx                        ; If IP is 0, use default
437
        test    ebx, ebx                        ; If IP is 0, use default
438
        jnz     @f
438
        jnz     @f
439
        mov     ebx, [IP_LIST + 4]      ;;;;; FIXME !i!i!i
439
        mov     ebx, [IP_LIST + 4]      ;;;;; FIXME !i!i!i
Line 2018... Line 2018...
2018
 
2018
 
2019
        DEBUGF  DEBUG_NETWORK_VERBOSE, "ptr=%x\n", eax
2019
        DEBUGF  DEBUG_NETWORK_VERBOSE, "ptr=%x\n", eax
Line 2020... Line 2020...
2020
        ret
2020
        ret
2021
 
2021
 
2022
  .error:
2022
  .error:
Line 2023... Line 2023...
2023
        DEBUGF  DEBUG_NETWORK_ERROR, "SOCKET_nuto_ptr: not found\n", eax
2023
        DEBUGF  DEBUG_NETWORK_ERROR, "SOCKET_num_to_ptr: not found\n", eax
2024
        ret
2024
        ret