Home
last modified time | relevance | path

Searched refs:DEFAULT_HASH_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/dhclient/
H A Dhash.c53 struct hash_table *rv = new_hash_table(DEFAULT_HASH_SIZE); in new_hash()
58 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()
H A Dalloc.c65 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()
H A Ddhcpd.h233 #define DEFAULT_HASH_SIZE 97 macro
244 struct hash_bucket *buckets[DEFAULT_HASH_SIZE];
H A Dtables.c445 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()