Subversion Repositories Kolibri OS

Rev

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

Rev 2914 Rev 2924
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: 2914 $
20
$Revision: 2924 $
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_IP
103
        ICMP_PACKETS_TX         rd MAX_NET_DEVICES
Line 104... Line 104...
104
        ICMP_PACKETS_RX         rd MAX_IP
104
        ICMP_PACKETS_RX         rd MAX_NET_DEVICES
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_IP
119
        mov     ecx, 2*MAX_NET_DEVICES