Searched defs:bsd_db (Results 1 – 1 of 1) sorted by relevance
136 struct bsd_db { struct137 int totlen; /* length of this structure */138 unsigned int hsize; /* size of the hash table */139 unsigned char hshift; /* used in hash function */140 unsigned char n_bits; /* current bits/code */141 unsigned char maxbits; /* maximum bits/code */142 unsigned char debug; /* non-zero if debug desired */143 unsigned char unit; /* ppp unit number */144 unsigned short seqno; /* sequence # of next packet */145 unsigned int mru; /* size of receive (decompress) bufr */[all …]