Searched defs:bsd_db (Results 1 – 2 of 2) sorted by relevance
115 struct bsd_db { struct116 int totlen; /* length of this structure */117 unsigned int hsize; /* size of the hash table */118 unsigned char hshift; /* used in hash function */119 unsigned char n_bits; /* current bits/code */120 unsigned char maxbits; /* maximum bits/code */121 unsigned char debug; /* non-zero if debug desired */122 unsigned char unit; /* ppp unit number */123 u16 seqno; /* sequence # of next packet */124 unsigned int mru; /* size of receive (decompress) bufr */[all …]
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 …]