Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 5522
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: 5363 $
17
$Revision: 5522 $
18
 
18
 
19
 
19
 
Line 104... Line 104...
104
        mov     ecx, socket_mutex
104
        mov     ecx, socket_mutex
105
        call    mutex_unlock
105
        call    mutex_unlock
106
        popa
106
        popa
Line 107... Line 107...
107
 
107
 
108
        DEBUGF  DEBUG_NETWORK_VERBOSE, 'PPPoE_discovery_input: dumping\n'
108
        DEBUGF  DEBUG_NETWORK_VERBOSE, 'PPPoE_discovery_input: dumping\n'
109
        call    NET_packet_free
-
 
110
        add     esp, 4
109
        call    NET_BUFF_free
Line 111... Line 110...
111
        ret
110
        ret
112
 
111
 
Line 230... Line 229...
230
        jmp     PPPoE_discovery_input   ; Send LCP,CHAP,CBCP,... packets to the PPP dialer
229
        jmp     PPPoE_discovery_input   ; Send LCP,CHAP,CBCP,... packets to the PPP dialer
231
        DEBUGF  DEBUG_NETWORK_VERBOSE, "PPPoE_input: Unknown protocol=%x\n", ax
230
        DEBUGF  DEBUG_NETWORK_VERBOSE, "PPPoE_input: Unknown protocol=%x\n", ax
Line 232... Line 231...
232
 
231
 
233
  .dump:
232
  .dump:
234
        DEBUGF  DEBUG_NETWORK_VERBOSE, "PPPoE_input: dumping\n"
233
        DEBUGF  DEBUG_NETWORK_VERBOSE, "PPPoE_input: dumping\n"
235
        call    NET_packet_free
-
 
236
        add     esp, 4
234
        call    NET_BUFF_free
Line 237... Line -...
237
        ret
-
 
238
 
235
        ret
239
 
236
 
240
 
237
 
241
 
238
 
242
;-----------------------------------------------------------------
239
;-----------------------------------------------------------------