Searched defs:bsd_db (Results 1 – 2 of 2) 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_short seqno; /* sequence number of next packet */90 u_int hdrlen; /* header length to preallocate */[all …]
97 struct bsd_db { struct98 int totlen; /* length of this structure */99 uint_t hsize; /* size of the hash table */100 uint32_t unit;101 uchar_t hshift; /* used in hash function */102 uchar_t n_bits; /* current bits/code */103 uchar_t maxbits;104 uchar_t flags;105 ushort_t seqno; /* sequence number of next packet */106 ushort_t mru;[all …]