home *** CD-ROM | disk | FTP | other *** search
- /* -*-C-*-
- *
- * $Header: /ax/networking:include/instats.h:networking 1.1 $
- * $Source: /ax/networking:include/instats.h: $
- *
- * Copyright (c) 1995 Acorn Computers Ltd., Cambridge, England
- *
- * $Log: instats.h,v $
- * Revision 1.1 95/01/11 10:21:33 kwelton
- * Initial revision
- *
- */
-
- /*
- * Econet statistics
- */
- typedef struct eco_stats {
- int eco_rxcnt;
- int eco_txcnt;
- int eco_linejammed;
- int eco_neterror;
- int eco_notlistening;
- int eco_noclock;
- int eco_other;
- int eco_txhwat;
- int eco_txqlen;
- int eco_txrej;
- } Ecostats;
-
- #include "netinet/in.h"
- #include "netinet/ip.h"
- #include "netinet/ip_var.h"
- #include "netinet/tcp_var.h"
- #include "netinet/udp_var.h"
-
- /* EOF instats.h */
-