home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilss / sockets / include / h / instats < prev    next >
Encoding:
Text File  |  1995-01-11  |  774 b   |  37 lines

  1. /* -*-C-*-
  2.  *
  3.  * $Header: /ax/networking:include/instats.h:networking  1.1  $
  4.  * $Source: /ax/networking:include/instats.h: $
  5.  *
  6.  * Copyright (c) 1995 Acorn Computers Ltd., Cambridge, England
  7.  *
  8.  * $Log:    instats.h,v $
  9.  * Revision 1.1  95/01/11  10:21:33  kwelton
  10.  * Initial revision
  11.  * 
  12.  */
  13.  
  14. /*
  15.  * Econet statistics
  16.  */
  17. typedef struct eco_stats {
  18.     int         eco_rxcnt;
  19.     int         eco_txcnt;
  20.     int         eco_linejammed;
  21.     int         eco_neterror;
  22.     int         eco_notlistening;
  23.     int         eco_noclock;
  24.     int         eco_other;
  25.     int         eco_txhwat;
  26.     int         eco_txqlen;
  27.     int         eco_txrej;
  28. } Ecostats;
  29.  
  30. #include "netinet/in.h"
  31. #include "netinet/ip.h"
  32. #include "netinet/ip_var.h"
  33. #include "netinet/tcp_var.h"
  34. #include "netinet/udp_var.h"
  35.  
  36. /* EOF instats.h */
  37.