Subversion Repositories Kolibri OS

Rev

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

Rev 4850 Rev 4892
Line 14... Line 14...
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
15
;;             Version 2, June 1991                                ;;
15
;;             Version 2, June 1991                                ;;
16
;;                                                                 ;;
16
;;                                                                 ;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
$Revision: 4850 $
19
$Revision: 4892 $
Line 20... Line 20...
20
 
20
 
Line 292... Line 292...
292
        pusha
292
        pusha
293
        mov     ecx, socket_mutex
293
        mov     ecx, socket_mutex
294
        call    mutex_unlock
294
        call    mutex_unlock
295
        popa
295
        popa
Line 296... Line 296...
296
 
296
 
297
        DEBUGF  DEBUG_NETWORK_VERBOSE, "ICMP_input: no socket found\n"
297
        DEBUGF  DEBUG_NETWORK_ERROR, "ICMP_input: no socket found\n"
Line 298... Line 298...
298
        jmp     .dump
298
        jmp     .dump
299
 
299
 
Line 300... Line 300...
300
 
300
 
301
  .checksum_mismatch:
301
  .checksum_mismatch:
Line 302... Line 302...
302
        DEBUGF  DEBUG_NETWORK_VERBOSE, "checksum mismatch\n"
302
        DEBUGF  DEBUG_NETWORK_ERROR, "ICMP_input: checksum mismatch\n"