Subversion Repositories Kolibri OS

Rev

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

Rev 3556 Rev 3600
Line 98... Line 98...
98
ends
98
ends
Line 99... Line 99...
99
 
99
 
100
 
100
 
101
align 4
101
align 4
102
uglobal
102
uglobal
103
        ICMP_PACKETS_TX         rd MAX_NET_DEVICES
103
        ICMP_PACKETS_TX         rd NET_DEVICES_MAX
Line 104... Line 104...
104
        ICMP_PACKETS_RX         rd MAX_NET_DEVICES
104
        ICMP_PACKETS_RX         rd NET_DEVICES_MAX
Line 114... Line 114...
114
 
114
 
Line 115... Line 115...
115
macro ICMP_init {
115
macro ICMP_init {
116
 
116
 
117
        xor     eax, eax
117
        xor     eax, eax
118
        mov     edi, ICMP_PACKETS_TX
118
        mov     edi, ICMP_PACKETS_TX
Line 119... Line 119...
119
        mov     ecx, 2*MAX_NET_DEVICES
119
        mov     ecx, 2*NET_DEVICES_MAX