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