home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / milan_1991 / devcon91.2 / network / sana2 / include / sana2specialstats.i < prev   
Text File  |  1992-09-01  |  1KB  |  57 lines

  1.     IFND    SANA2_SANA2SPECIALSTATS_I
  2. SANA2_SANA2SPECIALSTATS_I    SET    1
  3. **
  4. **    $Filename: sana2specialstats.i $
  5. **    $Release: Developer Information$
  6. **    $Revision: 1.2 $
  7. **    $Date: 91/05/08 $
  8. **
  9. **    Defined ids for SANA-II special statistics.
  10. **
  11. **    (C) Copyright 1991 Raymond S. Brand
  12. **        All Rights Reserved
  13. **
  14. **    (C) Copyright 1991 Commodore-Amiga Inc.
  15. **        All Rights Reserved
  16. **
  17.  
  18. **
  19. ** Contributions from:
  20. **    Raymond S. Brand,   rsbx@cbmvax.commodore.com,  (215) 431-9100
  21. **    Martin Hunt,      martin@cbmvax.commodore.com,  (215) 431-9100
  22. **    Perry Kivolowitz,           ASDG Incorporated,  (608) 273-6585
  23. **
  24.  
  25.     IFND    SANA2_SANA2DEVICE_I
  26.     INCLUDE    "sana2/sana2device.i"
  27.     ENDC    !SANA2_SANA2DEVICE_I
  28.  
  29. ;
  30. ; The SANA-II special statistic identifier is an unsigned 32 number.
  31. ; The upper 16 bits identify the type of network wire type to which
  32. ; the statistic applies and the lower 16 bits identify the particular
  33. ; statistic.
  34. ;
  35.  
  36.  
  37.  
  38. ;
  39. ; defined ethernet special statistics
  40. ;
  41.  
  42. S2SS_ETHERNET_BADMULTICAST    EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0000)
  43. ;
  44. ; This count will record the number of times a received packet tripped
  45. ; the hardware's multicast filtering mechanism but was not actually in
  46. ; the current multicast table.
  47. ;
  48.  
  49. S2SS_ETHERNET_RETRIES        EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0001)
  50. ;
  51. ; This count records the total number of retries which have resulted
  52. ; from transmissions on this board. 
  53. ;
  54.  
  55.  
  56.     ENDC    SANA2_SANA2SPECIALSTATS_I
  57.