Home
last modified time | relevance | path

Searched defs:bsd_db (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c81 struct bsd_db { struct
82 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 …]
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c97 struct bsd_db { struct
98 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 …]