Searched defs:bsd_db (Results 1 – 1 of 1) sorted by relevance
81 struct bsd_db { struct82 int totlen; /* length of this structure */83 u_int hsize; /* size of the hash table */84 u_char hshift; /* used in hash function */85 u_char n_bits; /* current bits/code */86 u_char maxbits;87 u_char debug;88 u_char unit;89 u_int16_t seqno; /* sequence # of next packet */90 u_int hdrlen; /* header length to preallocate */[all …]