Subversion Repositories Kolibri OS

Rev

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

Rev 7679 Rev 7682
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2019. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2019. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  UDP.INC                                                        ;;
6
;;  UDP.INC                                                        ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Part of the tcp/ip network stack for KolibriOS                 ;;
8
;;  Part of the TCP/IP network stack for KolibriOS                 ;;
9
;;                                                                 ;;
9
;;                                                                 ;;
10
;;    Written by hidnplayr@kolibrios.org                           ;;
10
;;    Written by hidnplayr@kolibrios.org                           ;;
11
;;                                                                 ;;
11
;;                                                                 ;;
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: 7679 $
17
$Revision: 7682 $
Line 18... Line 18...
18
 
18
 
Line 362... Line 362...
362
        xor     eax, eax
362
        xor     eax, eax
363
        ret
363
        ret
Line 364... Line 364...
364
 
364
 
365
  .enoroute:
365
  .enoroute:
-
 
366
        pop     eax
-
 
367
 
-
 
368
        push    eax
-
 
369
        lea     ecx, [eax + SOCKET.mutex]
-
 
370
        call    mutex_unlock
-
 
371
        pop     eax
366
        pop     eax
372
 
367
        popa
373
        popa
368
        xor     eax, eax
374
        xor     eax, eax
369
        dec     eax
375
        dec     eax
370
        mov     ebx, EADDRNOTAVAIL
376
        mov     ebx, EADDRNOTAVAIL