Searched refs:hshift (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c84 u_char hshift; /* used in hash function */ member in struct:bsd_db
164 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \
292 u_int newlen, hsize, hshift, maxmaxcode; local
306 hshift = 4;
310 hshift = 5;
314 hshift = 6;
318 hshift = 7;
322 /* hshift = 8; */ /* in struct bsd_db */
347 db->hshift
435 u_int hshift = db->hshift; local
[all...]

Completed in 21 milliseconds