Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/dhcpd/
Dhash.c50 struct hash_table *rv = new_hash_table(DEFAULT_HASH_SIZE, "new_hash"); in new_hash()
54 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()
Dalloc.c99 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()
Ddhcpd.h116 #define DEFAULT_HASH_SIZE 97 macro
127 struct hash_bucket *buckets [DEFAULT_HASH_SIZE];
Dtables.c687 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()