Subversion Repositories Kolibri OS

Rev

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

Rev 4845 Rev 5016
Line 248... Line 248...
248
 
248
 
249
        add     ebx, 18
249
        add     ebx, 18
250
        mov     edx, str_dumped
250
        mov     edx, str_dumped
Line -... Line 251...
-
 
251
        mcall
-
 
252
 
-
 
253
        add     ebx, 18
-
 
254
        mov     edx, str_queued
251
        mcall
255
        mcall
Line 252... Line 256...
252
 
256
 
Line 253... Line 257...
253
end_of_draw:
257
end_of_draw:
Line 588... Line 592...
588
        push    ebx
592
        push    ebx
589
        mcall   76
593
        mcall   76
590
        pop     ebx
594
        pop     ebx
591
        push    eax
595
        push    eax
Line -... Line 596...
-
 
596
 
-
 
597
        inc     bl
-
 
598
        push    ebx
-
 
599
        mcall   76
-
 
600
        pop     ebx
-
 
601
        push    eax
592
 
602
 
593
        mov     ebx, 0x000a0000
603
        mov     ebx, 0x000a0000
594
        pop     ecx
604
        pop     ecx
595
        mov     edx, 134 shl 16 + 35 + 18*3
605
        mov     edx, 134 shl 16 + 35 + 18*4
596
        mov     esi, 0x40000000
606
        mov     esi, 0x40000000
597
        mov     edi, 0x00F3F3F3
607
        mov     edi, 0x00F3F3F3
Line 598... Line 608...
598
        mcall   47
608
        mcall   47
Line 607... Line 617...
607
 
617
 
608
        sub     edx, 18
618
        sub     edx, 18
609
        pop     ecx
619
        pop     ecx
Line -... Line 620...
-
 
620
        mcall
-
 
621
 
-
 
622
        sub     edx, 18
-
 
623
        pop     ecx
610
        mcall
624
        mcall
Line 611... Line 625...
611
 
625
 
Line 612... Line 626...
612
        jmp     mainloop
626
        jmp     mainloop
Line 819... Line 833...
819
str_gateway     db 'Standard gateway:       .   .   .', 0
833
str_gateway     db 'Standard gateway:       .   .   .', 0
820
str_arp         db 'ARP entrys:', 0
834
str_arp         db 'ARP entrys:', 0
821
str_conflicts   db 'ARP conflicts:', 0
835
str_conflicts   db 'ARP conflicts:', 0
822
str_missed      db 'Packets missed:',0
836
str_missed      db 'Packets missed:',0
823
str_dumped      db 'Packets dumped:',0
837
str_dumped      db 'Packets dumped:',0
-
 
838
str_queued      db 'Packets queued:',0
824
str_link        db 'Link state:',0
839
str_link        db 'Link state:',0
Line 825... Line 840...
825
 
840
 
826
str_down        db 'down', 0
841
str_down        db 'down', 0
827
str_unknown     db 'unknown', 0
842
str_unknown     db 'unknown', 0