Subversion Repositories Kolibri OS

Rev

Rev 9815 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9815 Rev 9817
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: 9815 $
19
$Revision: 9817 $
20
 
20
 
Line 21... Line 21...
21
IPv4_MAX_FRAGMENTS              = 64
21
IPv4_MAX_FRAGMENTS              = 64
Line 562... Line 562...
562
        xchg    cl, ch
562
        xchg    cl, ch
563
        push    edx                     ; Push pointer to the new buffer with full IP packet
563
        push    edx                     ; Push pointer to the new buffer with full IP packet
Line 564... Line 564...
564
 
564
 
565
; FIXME: Remove this block once allocated network buffers handling is implemented.
565
; FIXME: Remove this block once allocated network buffers handling is implemented.
566
if 1
566
if 1
567
        DEBUGF  DEBUG_NETWORK_ERROR, "IPv4_input: fragmented packet is dropped\n", ecx
567
        DEBUGF  DEBUG_NETWORK_ERROR, "IPv4_input: fragmented packet of size %d is dropped\n", ecx
568
        call    kernel_free             ; Ptr to buffer is on the stack already
568
        call    kernel_free             ; Ptr to buffer is on the stack already
569
        inc     [IPv4_packets_dumped + edi]
569
        inc     [IPv4_packets_dumped + edi]
570
        ret
570
        ret