Subversion Repositories Kolibri OS

Rev

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

Rev 3332 Rev 3346
Line 74... Line 74...
74
        mov     edx, str_bytes_rx
74
        mov     edx, str_bytes_rx
75
        mcall
75
        mcall
76
        add     ebx, 18
76
        add     ebx, 18
77
        mov     edx, str_MAC
77
        mov     edx, str_MAC
78
        mcall
78
        mcall
-
 
79
        add     ebx, 18
-
 
80
        mov     edx, str_link
-
 
81
        mcall
Line 79... Line 82...
79
 
82
 
80
        mov     ebx, API_ETH + 4
83
        mov     ebx, API_ETH + 4
81
        mov     bh, [device]
84
        mov     bh, [device]
82
        mcall   76
85
        mcall   76
Line 199... Line 202...
199
        pop     ebx
202
        pop     ebx
200
        push    eax
203
        push    eax
201
        inc     bl
204
        inc     bl
202
        cmp     bl, 3
205
        cmp     bl, 3
203
        jbe     @r
206
        jbe     @r
-
 
207
        inc     bl
-
 
208
        mcall   76
-
 
209
        push    eax
Line 204... Line 210...
204
 
210
 
205
        mov     ebx, 0x000a0000
211
        mov     ebx, 0x000a0000
206
        pop     ecx
212
        pop     ecx
207
        mov     edx, 135 shl 16 + 75 + 3*18
213
        mov     edx, 135 shl 16 + 75 + 5*18
208
        mov     esi, 0x40000000
214
        mov     esi, 0x40000000
209
        mov     edi, 0x00bcbcbc
215
        mov     edi, 0x00bcbcbc
Line -... Line 216...
-
 
216
        mcall   47
-
 
217
 
-
 
218
        sub     edx, 18*2
-
 
219
        pop     ecx
210
        mcall   47
220
        mcall
211
 
221
 
212
        sub     edx, 18
222
        sub     edx, 18
Line 213... Line 223...
213
        pop     ecx
223
        pop     ecx
Line 589... Line 599...
589
str_arp         db 'ARP entrys:', 0
599
str_arp         db 'ARP entrys:', 0
590
str_conflicts   db 'ARP conflicts:', 0
600
str_conflicts   db 'ARP conflicts:', 0
591
str_unknown     db 'unknown', 0
601
str_unknown     db 'unknown', 0
592
str_missed      db 'Packets missed:',0
602
str_missed      db 'Packets missed:',0
593
str_dumped      db 'Packets dumped:',0
603
str_dumped      db 'Packets dumped:',0
-
 
604
str_link        db 'Link state:',0
Line 594... Line 605...
594
 
605
 
Line 595... Line 606...
595
namebuf         rb 64
606
namebuf         rb 64