Subversion Repositories Kolibri OS

Rev

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

Rev 6011 Rev 7678
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2012-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2012-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
;;  PPPoE.INC                                                   ;;
6
;;  PPPoE.INC                                                   ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;  Part of the tcp/ip network stack for KolibriOS              ;;
8
;;  Part of the tcp/ip network stack for KolibriOS              ;;
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: 6011 $
17
$Revision: 7678 $
18
 
18
 
19
 
19
 
Line 129... Line 129...
129
        mov     ebx, [eax + SOCKET.device]
129
        mov     ebx, [eax + SOCKET.device]
Line 130... Line 130...
130
 
130
 
131
        cmp     ebx, NET_DEVICES_MAX
131
        cmp     ebx, NET_DEVICES_MAX
Line 132... Line 132...
132
        ja      .bad
132
        ja      .bad
133
 
133
 
134
        mov     ebx, [NET_DRV_LIST + 4*ebx]
134
        mov     ebx, [net_drv_list + 4*ebx]
Line 135... Line 135...
135
        test    ebx, ebx
135
        test    ebx, ebx
136
        jz      .bad
136
        jz      .bad