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

/freebsd-current/sbin/dhclient/
H A Dalloc.c65 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) +
H A Dhash.c53 struct hash_table *rv = new_hash_table(DEFAULT_HASH_SIZE);
58 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *));
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;

Completed in 119 milliseconds