Subversion Repositories Kolibri OS

Rev

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

Rev 2386 Rev 2402
Line 15... Line 15...
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
 
19
 
Line 20... Line 20...
20
$Revision: 2386 $
20
$Revision: 2402 $
Line 252... Line 252...
252
;        je      .dump
252
;        je      .dump
253
;        inc     [ICMP_PACKETS_RX+edi]
253
;        inc     [ICMP_PACKETS_RX+edi]
Line 254... Line 254...
254
 
254
 
Line 255... Line 255...
255
        DEBUGF 1,"Found valid ICMP packet for socket %x\n", ebx
255
        DEBUGF 1,"Found valid ICMP packet for socket %x\n", ebx
256
 
256
 
257
        mov     eax, ebx
257
        pusha
-
 
258
        lea     ecx, [eax + SOCKET.mutex]
Line 258... Line 259...
258
        add     ebx, SOCKET.lock
259
        call    mutex_lock
259
        call    wait_mutex
260
        popa