|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.