Subversion Repositories Kolibri OS

Rev

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

Rev 2939 Rev 2953
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 2939 $
18
$Revision: 2953 $
Line 19... Line 19...
19
 
19
 
Line 895... Line 895...
895
        DEBUGF  1,"SOCKET_send: PPPoE\n"
895
        DEBUGF  1,"SOCKET_send: PPPoE\n"
Line 896... Line 896...
896
 
896
 
897
        mov     [esp+32], ecx
897
        mov     [esp+32], ecx
Line 898... Line -...
898
        mov     ebx, [eax + SOCKET.device]
-
 
899
 
898
        mov     ebx, [eax + SOCKET.device]
900
        mov     ecx, esi
899
 
901
        call    PPPoE_discovery_output
900
        call    PPPoE_discovery_output
902
        cmp     eax, -1
901
        cmp     eax, -1