Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c95 struct bsd_db { struct
96 int totlen; /* length of this structure */
97 uint_t hsize; /* size of the hash table */
98 uint32_t unit;
99 uchar_t hshift; /* used in hash function */
100 uchar_t n_bits; /* current bits/code */
101 uchar_t maxbits;
102 uchar_t flags;
103 ushort_t seqno; /* sequence number of next packet */
104 ushort_t mru;
[all …]