Subversion Repositories Kolibri OS

Rev

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

Rev 1369 Rev 2288
Line 17... Line 17...
17
;;                                                              ;;
17
;;                                                              ;;
18
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
18
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
19
;;                                                              ;;
19
;;                                                              ;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
$Revision: 1369 $
22
$Revision: 2288 $
23
 
23
 
24
 
24
 
Line 34... Line 34...
34
;*******************************************************************
34
;*******************************************************************
Line 35... Line 35...
35
 
35
 
36
uglobal
36
uglobal
37
StackCounters:
37
StackCounters:
-
 
38
  dumped_rx_count     dd  0
38
  dumped_rx_count     dd  0
39
  arp_tx_count:
-
 
40
                      dd  0
39
  arp_tx_count:       dd  0
41
  arp_rx_count:
-
 
42
                      dd  0
40
  arp_rx_count:       dd  0
43
  ip_rx_count:
-
 
44
                      dd  0
41
  ip_rx_count:        dd  0
45
  ip_tx_count:
42
  ip_tx_count:        dd  0
46
                      dd  0
Line 43... Line 47...
43
endg
47
endg
44
 
48
 
45
; socket buffers
49
; socket buffers