Home
last modified time | relevance | path

Searched refs:hash_bucket (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sbin/dhclient/
HDalloc.c65 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()
66 (count * sizeof(struct hash_bucket *))); in new_hash_table()
73 struct hash_bucket *
76 struct hash_bucket *rval = calloc(1, sizeof(struct hash_bucket)); in new_hash_bucket()
HDhash.c58 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()
81 struct hash_bucket *bp; in add_hash()
106 struct hash_bucket *bp; in hash_lookup()
HDdhcpd.h236 struct hash_bucket { struct
237 struct hash_bucket *next; argument
245 struct hash_bucket *buckets[DEFAULT_HASH_SIZE]; argument
303 struct hash_bucket *new_hash_bucket(void);