File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / sys / tahoeif / if_debug.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:29:50 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21


/*
 * the following structure is used as a debug helper only.
 * It indicates the # of packets discarded due to appropriate problem.
 */

struct inp_err {
	int	bad_offset;	/* Bad offset to header (trailer)	*/
	int	bad_length;	/* Bad packet length			*/
	int	bad_packetype;	/* Unrecognized packet type		*/
	int	h_nobuffer;	/* Host runs out of buffer		*/
	int	c_nobuffer;	/* Controller runs out of buffer (enp)	*/
	int	inq_full;	/* Packets dropped due to full input Q 	*/
};

#define	B_OFFSET	1
#define B_LENGTH	2
#define B_PACKETYPE	3
#define B_NOBUFFER	4
#define B_INQFULL	5


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.